Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ mtu
Method
mtu
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:421–425 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
419
return
"unknown"
420
421
def
mtu(self):
422
logging.info(self.address)
423
if
"mtu"
in self.address:
424
return
self.address[
'mtu'
]
425
return
CsIP.DEFAULT_MTU
426
427
def
setup_router_control_routing(self):
428
if
self.config.is_vpc():
Callers
1
configure
Method · 0.95
Calls
1
info
Method · 0.45
Tested by
no test coverage detected