Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ is_routed
Method
is_routed
systemvm/debian/opt/cloud/bin/cs/CsConfig.py:96–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
return
self.cl.get_type() ==
'router'
95
96
def
is_routed(self):
97
return
self.cmdline().idata().get(
'is_routed'
,
'false'
) ==
'true'
98
99
def
is_dhcp(self):
100
return
self.cl.get_type() ==
'dhcpsrvr'
Callers
14
create
Method · 0.80
__init__
Method · 0.80
flushAllIptablesRules
Method · 0.80
flushAllowAllEgressRules
Method · 0.80
flushAllIpv4RoutingRules
Method · 0.80
flushAllIpv4RoutingACLRules
Method · 0.80
process
Method · 0.80
post_configure
Method · 0.80
setup_router_control
Method · 0.80
fw_router
Method · 0.80
fw_vpcrouter
Method · 0.80
fw_router_routing
Method · 0.80
Calls
3
cmdline
Method · 0.95
idata
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected