From: Vegard Nossum <vegard.nossum@oracle.com>
To: coreteam@netfilter.org, netfilter-devel@vger.kernel.org
Cc: Vegard Nossum <vegard.nossum@gmail.com>,
Vegard Nossum <vegard.nossum@oracle.com>
Subject: [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option
Date: Tue, 5 Oct 2021 22:54:54 +0200 [thread overview]
Message-ID: <20211005205454.20244-1-vegard.nossum@oracle.com> (raw)
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
next reply other threads:[~2021-10-05 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-05 20:54 Vegard Nossum [this message]
2021-10-07 17:39 ` [PATCH] net/netfilter/Kconfig: use 'default y' instead of 'm' for bool config option Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211005205454.20244-1-vegard.nossum@oracle.com \
--to=vegard.nossum@oracle.com \
--cc=coreteam@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=vegard.nossum@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).