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

Method intfList

mininet/node.py:642–644  ·  view source on GitHub ↗

List of our interfaces sorted by port number

( self )

Source from the content-addressed store, hash-verified

640 # Other methods
641
642 def intfList( self ):
643 "List of our interfaces sorted by port number"
644 return [ self.intfs[ p ] for p in sorted( self.intfs.keys() ) ]
645
646 def intfNames( self ):
647 "The names of our interfaces sorted by port number"

Callers 11

connectionsToMethod · 0.95
intfNamesMethod · 0.95
__repr__Method · 0.95
__repr__Method · 0.80
startMethod · 0.80
startMethod · 0.80
dumpConnectionsFunction · 0.80
dumpPortsFunction · 0.80
startMethod · 0.80
printConnectionsFunction · 0.80
testPortNumberingFunction · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected