Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_ip6gateway
Method
get_ip6gateway
systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:189–192 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
187
return
1
188
189
def
get_ip6gateway(self):
190
if
"ip6gateway"
in self.idata():
191
return
self.idata()[
'ip6gateway'
]
192
return
False
193
194
def
get_dev_ip6prelen(self, devname):
195
ipkey = devname +
"ip6"
Callers
2
get_gateway6
Method · 0.80
post_configure
Method · 0.80
Calls
1
idata
Method · 0.95
Tested by
no test coverage detected