Skip to content

Commit

Permalink
netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARK
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Moritz Sichert authored and Pablo Neira Ayuso committed Jul 1, 2016
1 parent 4ae89ad commit f150430
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
@@ -609,9 +609,8 @@ config NETFILTER_XT_MARK
The target allows you to create rules in the "mangle" table which alter
the netfilter mark (nfmark) field associated with the packet.

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

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

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
range. The nfmark can influence the routing method (see "Use netfilter
MARK value as routing key") and can also be used by other subsystems to
change their behaviour.
range. The nfmark can influence the routing method and can also be used
by other subsystems to change their behaviour.

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

0 comments on commit f150430

Please sign in to comment.