IPMARK: import 20080304 code base

With truly minimal changes to make it compile.
This commit is contained in:
Jan Engelhardt
2008-04-02 08:50:10 +02:00
parent 05359d1ab2
commit d432d8041a
8 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config NETFILTER_XT_TARGET_IPMARK
tristate '"IPMARK" target support'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
depends on IP_NF_MANGLE || IP6_NF_MANGLE
---help---
This option adds an "IPMARK" target, which allows you to create
rules in the "mangle" table which alter the netfilter mark field
basing on the source or destination ip address of the packet.
This is very useful for very fast massive shaping -- using only one
rule you can direct packets to houndreds different queues. You
will probably find it helpful only if your linux machine acts as a
shaper for many others computers.