[NETFITLER]: Add nfnetlink layer.

Introduce "nfnetlink" (netfilter netlink) layer.  This layer is used as
transport layer for all userspace communication of the new upcoming
netfilter subsystems, such as ctnetlink, nfnetlink_queue and some day even
the mythical pkttables ;)

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Harald Welte
2005-08-09 19:30:24 -07:00
committed by David S. Miller
parent ac3247baf8
commit f9e815b376
6 changed files with 497 additions and 0 deletions

1
net/netfilter/Makefile Normal file
View File

@@ -0,0 +1 @@
obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o