From: Daniel Wagner <[email protected]> Hi,
Most notable changes compared to v2, is that test-iptables also checks if the rules are really hitting the kernel. It does this via calling iptables-save and looking for rules in the output. Kind of shirt-sleeve but I think it is worth to have it. cheers, daniel Daniel Wagner (10): test-iptables: Add debug option test-iptables: Check if rules are inserted/removed iptables: Drop support for xtables < 1.4.11 iptables: Use glib function for string operations iptables: Improve debug log output iptables: Rename pre_load_table() to get_table() iptables: Refactor prepare_rule_inclusion() iptables: Refactor update_hooks() iptables: Refactor iptables_delete_rule() iptables: find_chain_tail should return last entry configure.ac | 2 +- src/iptables.c | 346 ++++++++++++++++++++++++--------------------------- unit/test-iptables.c | 129 ++++++++++++++++++- 3 files changed, 289 insertions(+), 188 deletions(-) -- 1.8.1.3.566.gaa39828 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
