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

Function execIptables

systemvm/debian/opt/cloud/bin/configure.py:1686–1689  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

1684 executor.process()
1685
1686 def execIptables(config):
1687 logging.debug("Processing iptables rules")
1688 iptables_executor = IpTablesExecutor(config)
1689 iptables_executor.process()
1690
1691 if json_type == "cmd_line":
1692 logging.debug("cmd_line.json changed. All other files will be processed as well.")

Callers 1

mainFunction · 0.85

Calls 3

processMethod · 0.95
IpTablesExecutorClass · 0.85
debugMethod · 0.80

Tested by

no test coverage detected