Commit f1504307 authored by Moritz Sichert's avatar Moritz Sichert Committed by Pablo Neira Ayuso

netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARK

This option was removed in commit 47dcf0cb ("[NET]: Rethink mark field
in struct flowi").
Signed-off-by: default avatarMoritz Sichert <moritz+linux@sichert.me>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 4ae89ad9
...@@ -609,9 +609,8 @@ config NETFILTER_XT_MARK ...@@ -609,9 +609,8 @@ config NETFILTER_XT_MARK
The target allows you to create rules in the "mangle" table which alter The target allows you to create rules in the "mangle" table which alter
the netfilter mark (nfmark) field associated with the packet. the netfilter mark (nfmark) field associated with the packet.
Prior to routing, the nfmark can influence the routing method (see Prior to routing, the nfmark can influence the routing method and can
"Use netfilter MARK value as routing key") and can also be used by also be used by other subsystems to change their behavior.
other subsystems to change their behavior.
config NETFILTER_XT_CONNMARK config NETFILTER_XT_CONNMARK
tristate 'ctmark target and match support' tristate 'ctmark target and match support'
...@@ -753,9 +752,8 @@ config NETFILTER_XT_TARGET_HMARK ...@@ -753,9 +752,8 @@ config NETFILTER_XT_TARGET_HMARK
The target allows you to create rules in the "raw" and "mangle" tables The target allows you to create rules in the "raw" and "mangle" tables
which set the skbuff mark by means of hash calculation within a given which set the skbuff mark by means of hash calculation within a given
range. The nfmark can influence the routing method (see "Use netfilter range. The nfmark can influence the routing method and can also be used
MARK value as routing key") and can also be used by other subsystems to by other subsystems to change their behaviour.
change their behaviour.
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment