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

Method get_egress_table

systemvm/debian/opt/cloud/bin/cs/CsConfig.py:150–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 return "FW_EGRESS_RULES"
149
150 def get_egress_table(self):
151 if self.is_vpc():
152 return 'mangle'
153 else:
154 return ""
155
156 def has_public_network(self):
157 return self.cmdline().idata().get('has_public_network', 'true') == 'true'

Callers 1

init_vpcMethod · 0.80

Calls 1

is_vpcMethod · 0.95

Tested by

no test coverage detected