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

Method stop

mininet/node.py:1082–1087  ·  view source on GitHub ↗

Stop OpenFlow reference user datapath. deleteIntfs: delete interfaces? (True)

( self, deleteIntfs=True )

Source from the content-addressed store, hash-verified

1080 self.TCReapply( intf )
1081
1082 def stop( self, deleteIntfs=True ):
1083 """Stop OpenFlow reference user datapath.
1084 deleteIntfs: delete interfaces? (True)"""
1085 self.cmd( 'kill %ofdatapath' )
1086 self.cmd( 'kill %ofprotocol' )
1087 super( UserSwitch, self ).stop( deleteIntfs )
1088
1089
1090class OVSSwitch( Switch ):

Callers

nothing calls this directly

Calls 2

cmdMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected