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

Method intfIsUp

mininet/node.py:579–581  ·  view source on GitHub ↗

Check if an interface is up.

( self, intf=None )

Source from the content-addressed store, hash-verified

577 return self.intf( intf ).MAC()
578
579 def intfIsUp( self, intf=None ):
580 "Check if an interface is up."
581 return self.intf( intf ).isUp()
582
583 # The reason why we configure things in this way is so
584 # That the parameters can be listed and documented in

Callers

nothing calls this directly

Calls 2

intfMethod · 0.95
isUpMethod · 0.80

Tested by

no test coverage detected