From 7420ab6613ec801fe99aaa0dded538ce04120f8c Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 2 Jan 2007 22:51:06 +0000 Subject: [PATCH] Clarify bandwidth units in tcdevices file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5189 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-tcdevices.xml | 61 ++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/manpages/shorewall-tcdevices.xml b/manpages/shorewall-tcdevices.xml index e1a08707a..b60e74d34 100644 --- a/manpages/shorewall-tcdevices.xml +++ b/manpages/shorewall-tcdevices.xml @@ -28,6 +28,67 @@ in here as it limits the troughput of that device to the limits you set here. + A note on the bandwidth definitions 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.