Skip to content

Commit d5c4ea2

Browse files
committed
netfilter: Kconfig: use 'default y' instead of 'm' for bool config option
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2028203 Upstream Status: commit 7707693 commit 7707693 Author: Vegard Nossum <[email protected]> Date: Tue Oct 5 22:54:54 2021 +0200 netfilter: Kconfig: use 'default y' instead of 'm' for bool config option This option, NF_CONNTRACK_SECMARK, is a bool, so it can never be 'm'. Fixes: 33b8e77 ("[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option") Signed-off-by: Vegard Nossum <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]> Signed-off-by: Florian Westphal <[email protected]>
1 parent 25687c5 commit d5c4ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/netfilter/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ config NF_CONNTRACK_MARK
109109
config NF_CONNTRACK_SECMARK
110110
bool 'Connection tracking security mark support'
111111
depends on NETWORK_SECMARK
112-
default m if NETFILTER_ADVANCED=n
112+
default y if NETFILTER_ADVANCED=n
113113
help
114114
This option enables security markings to be applied to
115115
connections. Typically they are copied to connections from

0 commit comments

Comments
 (0)