Skip to content

Commit f150430

Browse files
MoritzSummakynes
authored andcommitted
netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARK
This option was removed in commit 47dcf0c ("[NET]: Rethink mark field in struct flowi"). Signed-off-by: Moritz Sichert <moritz+linux@sichert.me> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent 4ae89ad commit f150430

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

net/netfilter/Kconfig

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,8 @@ config NETFILTER_XT_MARK
609609
The target allows you to create rules in the "mangle" table which alter
610610
the netfilter mark (nfmark) field associated with the packet.
611611

612-
Prior to routing, the nfmark can influence the routing method (see
613-
"Use netfilter MARK value as routing key") and can also be used by
614-
other subsystems to change their behavior.
612+
Prior to routing, the nfmark can influence the routing method and can
613+
also be used by other subsystems to change their behavior.
615614

616615
config NETFILTER_XT_CONNMARK
617616
tristate 'ctmark target and match support'
@@ -753,9 +752,8 @@ config NETFILTER_XT_TARGET_HMARK
753752

754753
The target allows you to create rules in the "raw" and "mangle" tables
755754
which set the skbuff mark by means of hash calculation within a given
756-
range. The nfmark can influence the routing method (see "Use netfilter
757-
MARK value as routing key") and can also be used by other subsystems to
758-
change their behaviour.
755+
range. The nfmark can influence the routing method and can also be used
756+
by other subsystems to change their behaviour.
759757

760758
To compile it as a module, choose M here. If unsure, say N.
761759

0 commit comments

Comments
 (0)