MCPcopy Create free account
hub / github.com/apache/cloudstack / isBridgePort

Method isBridgePort

python/lib/cloudutils/networkConfig.py:100–101  ·  view source on GitHub ↗
(devName)

Source from the content-addressed store, hash-verified

98
99 @staticmethod
100 def isBridgePort(devName):
101 return os.path.exists("/sys/class/net/%s/brport" % devName)
102
103 @staticmethod
104 def isBridge(devName):

Callers 1

getDevInfoMethod · 0.80

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected