Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_guest_gw
Method
get_guest_gw
systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:63–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
self.idata()[
'guestgw'
] = val
62
63
def
get_guest_gw(self):
64
if
"guestgw"
in self.idata():
65
return
self.idata()[
'guestgw'
]
66
return
False
67
68
def
get_guest_ip6gateway(self):
69
if
"guestgw6"
in self.idata():
Callers
3
get_dns
Method · 0.80
get_gateway
Method · 0.80
test_get_guest_gw
Method · 0.80
Calls
1
idata
Method · 0.95
Tested by
1
test_get_guest_gw
Method · 0.64