* [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option
@ 2021-10-05 20:54 Vegard Nossum
2021-10-07 17:39 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2021-10-05 20:54 UTC (permalink / raw)
To: coreteam, netfilter-devel; +Cc: Vegard Nossum, Vegard Nossum
From: Vegard Nossum <vegard.nossum@gmail.com>
This option, NF_CONNTRACK_SECMARK, is a bool, so it can never be 'm'.
Fixes: 33b8e77605620 ("[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option")
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
---
net/netfilter/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 54395266339d7..92a747896f808 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -109,7 +109,7 @@ config NF_CONNTRACK_MARK
config NF_CONNTRACK_SECMARK
bool 'Connection tracking security mark support'
depends on NETWORK_SECMARK
- default m if NETFILTER_ADVANCED=n
+ default y if NETFILTER_ADVANCED=n
help
This option enables security markings to be applied to
connections. Typically they are copied to connections from
--
2.23.0.718.g5ad94255a8
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option
2021-10-05 20:54 [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option Vegard Nossum
@ 2021-10-07 17:39 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2021-10-07 17:39 UTC (permalink / raw)
To: Vegard Nossum; +Cc: coreteam, netfilter-devel, Vegard Nossum
On Tue, Oct 05, 2021 at 10:54:54PM +0200, Vegard Nossum wrote:
> From: Vegard Nossum <vegard.nossum@gmail.com>
>
> This option, NF_CONNTRACK_SECMARK, is a bool, so it can never be 'm'.
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-07 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-05 20:54 [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option Vegard Nossum
2021-10-07 17:39 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).