iptables: Replace iptables-test program
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 22 Oct 2010 22:09:30 +0000 (00:09 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 22 Oct 2010 22:09:30 +0000 (00:09 +0200)
commitf60ec47df7c4d4b0ee0f2557981e86fe74eb7423
treed776efc6e17f6a9518681f0e81700ef6c26bd37d
parent8b49f33573921c27511cb60f7384a48ac3aaa7d4
iptables: Replace iptables-test program

The new iptables-test no longer links against the unstable libiptc
library. A link against libxtables is still necessary as the iptables
extensions are only registered against iptables through this library.
Not using it would mean replicating any of the extensions ConnMan could
potentially need.
Makefile.am
configure.ac
tools/iptables-test.c