From 8221ec00f8817d23b712ad7b88ec1b72da29c2a1 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 15 Nov 2010 19:31:08 +0000 Subject: add xtables CLASSIFY target (Frederic Leroy) --- userspace/arptables/arptables.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'userspace/arptables/arptables.8') 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 -- cgit v1.2.3