mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
[NETFILTER]: Fix CONNMARK Kconfig dependency
Connection mark tracking support is one of the feature in connection tracking, so IP_NF_CONNTRACK_MARK depends on IP_NF_CONNTRACK. Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a2978aea39
commit
31c913e7fd
@ -34,6 +34,7 @@ config IP_NF_CT_ACCT
|
||||
|
||||
config IP_NF_CONNTRACK_MARK
|
||||
bool 'Connection mark tracking support'
|
||||
depends on IP_NF_CONNTRACK
|
||||
help
|
||||
This option enables support for connection marks, used by the
|
||||
`CONNMARK' target and `connmark' match. Similar to the mark value
|
||||
|
Loading…
Reference in New Issue
Block a user