iptables-test: Use iptables implementation from core
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 12 Mar 2013 17:16:37 +0000 (18:16 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Mar 2013 12:31:26 +0000 (14:31 +0200)
commit2111d6e8f63a03b6945ab8005ea437c63b2bd6b8
tree1b12254edbdade8dcc3d5b2811d6861552da33e3
parent4f385e17ccb2f05fa1b472d173ed143447090ce2
iptables-test: Use iptables implementation from core

With the recent changes to iptables.c and the new API iptables-test.c
and iptables.c started to diverge and it is not really possible to
keep those two files in sync. Instead we start using the new API.

Unfortunatly, we need to partially parse argv and concatinate the rest
again together. This is ugly but not much we can do about it.
Makefile.am
tools/iptables-test.c