From 2941b0b9b341057c689eafaccae9ea5463bf7dd0 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 28 Nov 2006 16:14:07 +0000 Subject: [PATCH] Clarify mark value<->minor classid relationship git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5015 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-tcrules.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manpages/shorewall-tcrules.xml b/manpages/shorewall-tcrules.xml index bf2b103b3..a4bdf26eb 100644 --- a/manpages/shorewall-tcrules.xml +++ b/manpages/shorewall-tcrules.xml @@ -141,6 +141,15 @@ the SOURCE is $FW[:address] in which case marking occurs in the OUTPUT chain. + + When using Shorewall's built-in traffic tool, the + major class is the device number (the first + device in shorewall-tcdevices(5) is major class 1, the second + device is major class 2, and so on) and the + minor class is the class's MARK value in + shorewall-tcclasses(5) preceded by the number 1 (MARK 1 + corresponds to minor class 11, MARK 5 corresponds to minor class + 15, MARK 22 corresponds to minor class 122, etc.).