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

Method isLoopback

examples/cluster.py:857–859  ·  view source on GitHub ↗

Is ipaddr an IPv4 loopback address?

( ipaddr )

Source from the content-addressed store, hash-verified

855
856 @staticmethod
857 def isLoopback( ipaddr ):
858 "Is ipaddr an IPv4 loopback address?"
859 return ipaddr.startswith( '127.' )
860
861 # pylint: disable=arguments-differ,signature-differs
862 def addController( self, *args, **kwargs ):

Callers 1

addControllerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected