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

Method start

examples/controllers.py:26–27  ·  view source on GitHub ↗
( self, controllers )

Source from the content-addressed store, hash-verified

24class MultiSwitch( OVSSwitch ):
25 "Custom Switch() subclass that connects to different controllers"
26 def start( self, controllers ):
27 return OVSSwitch.start( self, [ cmap[ self.name ] ] )
28
29
30topo = TreeTopo( depth=2, fanout=2 )

Callers 1

controllers.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected