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

Method __init__

mininet/node.py:1497–1500  ·  view source on GitHub ↗
( self, name, **kwargs )

Source from the content-addressed store, hash-verified

1495class OVSController( Controller ):
1496 "Open vSwitch controller"
1497 def __init__( self, name, **kwargs ):
1498 kwargs.setdefault( 'command', self.isAvailable() or
1499 'ovs-controller' )
1500 Controller.__init__( self, name, **kwargs )
1501
1502 @classmethod
1503 def isAvailable( cls ):

Callers

nothing calls this directly

Calls 2

isAvailableMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected