summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:27 +0200
commit5f23ab828db16a8926fc7051a61320e37afb7a0f (patch)
treefc230f1484d23deddccf1a1264cfb1d681934312 /rules/iptables.in
parent5d07b25a72da4200ee86dfd8db7ecedf54d9d213 (diff)
downloadptxdist-5f23ab828db16a8926fc7051a61320e37afb7a0f.tar.gz
ptxdist-5f23ab828db16a8926fc7051a61320e37afb7a0f.tar.xz
libnfnetlink: Add new package
libngnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystemsor redirecting network packets into userspace Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index 134a2f268..1d23a4903 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -7,6 +7,7 @@ menuconfig IPTABLES
select LIBC_M
select LIBC_DL
select GCCLIBS_GCC_S
+ select LIBNFNETLINK if IPTABLES_LIBNFNETLINK
help
Iptables is used to set up, maintain, and inspect the
tables of IP packet filter rules in the Linux kernel.
@@ -54,4 +55,10 @@ config IPTABLES_INSTALL_IPTABLES_APPLY
existing connection, the user will not be able to answer
affirmatively.
+config IPTABLES_LIBNFNETLINK
+ bool
+ prompt "configure libnfnetlink"
+ help
+ Select if iptables should be build against libnfnetlink
+
endif