From 76f053246afaac868a9b267d93d6930e5c3d9344 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 9 Feb 2010 06:42:31 -0800 Subject: [PATCH] Add description of bandwidth specification to the tcinterfaces man pages --- manpages/shorewall-tcinterfaces.xml | 61 +++++++++++++++++++++++++++ manpages6/shorewall6-tcinterfaces.xml | 61 +++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) diff --git a/manpages/shorewall-tcinterfaces.xml b/manpages/shorewall-tcinterfaces.xml index f090f5c3c..bf66f956b 100644 --- a/manpages/shorewall-tcinterfaces.xml +++ b/manpages/shorewall-tcinterfaces.xml @@ -27,6 +27,67 @@ shaping. Simple traffic shaping is enabled by setting TC_ENABLED=Simple in shorewall.conf(5). + A note on the bandwidth definition used in this + file: + + + + don't use a space between the integer value and the unit: 30kbit + is valid while 30 kbit is not. + + + + you can use one of the following units: + + + + kpbs + + + Kilobytes per second. + + + + + mbps + + + Megabytes per second. + + + + + kbit + + + Kilobits per second. + + + + + mbit + + + Megabits per second. + + + + + bps or number + + + Bytes per second. + + + + + + + Only whole integers are allowed. + + + The columns in the file are as follows. diff --git a/manpages6/shorewall6-tcinterfaces.xml b/manpages6/shorewall6-tcinterfaces.xml index 972f08737..cc275a30e 100644 --- a/manpages6/shorewall6-tcinterfaces.xml +++ b/manpages6/shorewall6-tcinterfaces.xml @@ -27,6 +27,67 @@ shaping. Simple traffic shaping is enabled by setting TC_ENABLED=Simple in shorewall6.conf(5). + A note on the bandwidth definition used in this + file: + + + + don't use a space between the integer value and the unit: 30kbit + is valid while 30 kbit is not. + + + + you can use one of the following units: + + + + kpbs + + + Kilobytes per second. + + + + + mbps + + + Megabytes per second. + + + + + kbit + + + Kilobits per second. + + + + + mbit + + + Megabits per second. + + + + + bps or number + + + Bytes per second. + + + + + + + Only whole integers are allowed. + + + The columns in the file are as follows.