MCPcopy Create free account
hub / github.com/mininet/mininet / configureControlNetwork

Method configureControlNetwork

mininet/net.py:981–983  ·  view source on GitHub ↗

Configure control network.

( self )

Source from the content-addressed store, hash-verified

979 attached to."""
980
981 def configureControlNetwork( self ):
982 "Configure control network."
983 self.configureRoutedControlNetwork()
984
985 # We still need to figure out the right way to pass
986 # in the control network location.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected