f9e815b376
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>
2 lines
47 B
Makefile
2 lines
47 B
Makefile
obj-$(CONFIG_NETFILTER_NETLINK) += nfnetlink.o
|