Skip to content
Snippets Groups Projects
Commit 31c913e7 authored by Yasuyuki Kozakai's avatar Yasuyuki Kozakai Committed by David S. Miller
Browse files

[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: default avatarYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a2978aea
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ config IP_NF_CT_ACCT ...@@ -34,6 +34,7 @@ config IP_NF_CT_ACCT
config IP_NF_CONNTRACK_MARK config IP_NF_CONNTRACK_MARK
bool 'Connection mark tracking support' bool 'Connection mark tracking support'
depends on IP_NF_CONNTRACK
help help
This option enables support for connection marks, used by the This option enables support for connection marks, used by the
`CONNMARK' target and `connmark' match. Similar to the mark value `CONNMARK' target and `connmark' match. Similar to the mark value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment