treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / net / netfilter / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
9fb9cbb1 2menu "Core Netfilter Configuration"
3a411355 3 depends on NET && INET && NETFILTER
9fb9cbb1 4
e687ad60
PN
5config NETFILTER_INGRESS
6 bool "Netfilter ingress support"
529985de 7 default y
e687ad60
PN
8 select NET_INGRESS
9 help
10 This allows you to classify packets from ingress using the Netfilter
11 infrastructure.
12
f9e815b3 13config NETFILTER_NETLINK
2eeeba39 14 tristate
7af4cc3f 15
2a95183a
FW
16config NETFILTER_FAMILY_BRIDGE
17 bool
18
19config NETFILTER_FAMILY_ARP
20 bool
21
94139027
PNA
22config NETFILTER_NETLINK_ACCT
23tristate "Netfilter NFACCT over NFNETLINK interface"
24 depends on NETFILTER_ADVANCED
25 select NETFILTER_NETLINK
26 help
27 If this option is enabled, the kernel will include support
28 for extended accounting via NFNETLINK.
29
7af4cc3f
HW
30config NETFILTER_NETLINK_QUEUE
31 tristate "Netfilter NFQUEUE over NFNETLINK interface"
33b8e776 32 depends on NETFILTER_ADVANCED
2eeeba39 33 select NETFILTER_NETLINK
7af4cc3f 34 help