(config)
| 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.") |
no test coverage detected