Hi, Daniel Wagner found an issue while inserting a new rule into a builtin chain. If such chain is empty: the rule won't be inserted since it does not point to the right chain head.
This patch fixes the issue. Please review, Tomasz Bursztyka (2): tools: fixing rule insertion in a builtin chain into iptables-test iptables: fixing rule insertion in a builtin chain src/iptables.c | 5 ++++- tools/iptables-test.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) -- 1.7.8.4 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
