summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/arptables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-11-15 19:31:08 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-11-15 19:31:08 +0000
commit8221ec00f8817d23b712ad7b88ec1b72da29c2a1 (patch)
treeb020891d8bdde5934132f4b7e4e82708f04cd0b2 /userspace/arptables/arptables.8
parent6477e8a201ca288c9932e3b6c831e18c39e1711b (diff)
add xtables CLASSIFY target (Frederic Leroy)
Diffstat (limited to 'userspace/arptables/arptables.8')
-rw-r--r--userspace/arptables/arptables.89
1 files changed, 9 insertions, 0 deletions
diff --git a/userspace/arptables/arptables.8 b/userspace/arptables/arptables.8
index 1d9893b..d3059d9 100644
--- a/userspace/arptables/arptables.8
+++ b/userspace/arptables/arptables.8
@@ -297,6 +297,15 @@ Mangles Destination MAC Address to given value.
.BR "--mangle-target target "
Target of ARP mangle operation
.BR "" ( DROP ", " CONTINUE " or " ACCEPT " -- default is " ACCEPT ).
+.SS CLASSIFY
+This module allows you to set the skb->priority value (and thus clas-
+sify the packet into a specific CBQ class).
+
+.TP
+.BR "--set-class major:minor"
+
+Set the major and minor class value. The values are always
+interpreted as hexadecimal even if no 0x prefix is given.
.SH MAILINGLISTS
.BR "" "See " http://netfilter.org/mailinglists.html