]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/netfilter/Kconfig
x86/msr-index: Cleanup bit defines
[mirror_ubuntu-bionic-kernel.git] / net / netfilter / Kconfig
CommitLineData
9fb9cbb1 1menu "Core Netfilter Configuration"
3a411355 2 depends on NET && INET && NETFILTER
9fb9cbb1 3
e687ad60
PN
4config NETFILTER_INGRESS
5 bool "Netfilter ingress support"
529985de 6 default y
e687ad60
PN
7 select NET_INGRESS
8 help
9 This allows you to classify packets from ingress using the Netfilter
10 infrastructure.
11
f9e815b3 12config NETFILTER_NETLINK
2eeeba39 13 tristate
7af4cc3f 14
94139027
PNA
15config NETFILTER_NETLINK_ACCT
16tristate "Netfilter NFACCT over NFNETLINK interface"
17 depends on NETFILTER_ADVANCED
18 select NETFILTER_NETLINK
19 help
20 If this option is enabled, the kernel will include support
21 for extended accounting via NFNETLINK.
22
7af4cc3f
HW
23config NETFILTER_NETLINK_QUEUE
24 tristate "Netfilter NFQUEUE over NFNETLINK interface"
33b8e776 25 depends on NETFILTER_ADVANCED
2eeeba39 26 select NETFILTER_NETLINK
7af4cc3f 27 help