Put xtables.c into its own library, libxtables.so
commit126c1361ad5201973e6ebc761b3e38a67915de29
authorJan Engelhardt <jengelh@medozas.de>
Mon, 4 Aug 2008 16:37:38 +0000 (4 18:37 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Aug 2008 16:37:38 +0000 (4 18:37 +0200)
treecaf5c72d202a0d1c8ca044a14d4d839a902d4be8
parentdee5f0009f7ca1a6d092c3c17450c33c53121b7c
Put xtables.c into its own library, libxtables.so

iproute2's tc's m_ipt.c poses as a pseudo-iptables program to make
use of the info structure composition of iptables extensions.
Since tc would have to clone a lot of code, xtables.c is put into
its own shared library and should not be relied upon by any other
programs.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
.gitignore
Makefile.am
configure.ac
xtables.pc.in [new file with mode: 0644]