diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-20 11:14:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-20 11:14:13 +0000 |
commit | 42f2a88f5d30016c9e8959c69b7030d0cd47a549 (patch) | |
tree | 6e9e675ed44a60ab6ebe1c7cb8a10c21b18db503 /main/iproute2-qos/qos.ifb0.sample | |
parent | b0c7a98664fe7ff418f570274beba284acafd750 (diff) | |
download | aports-42f2a88f5d30016c9e8959c69b7030d0cd47a549.tar.bz2 aports-42f2a88f5d30016c9e8959c69b7030d0cd47a549.tar.xz |
main/iproute2-qos: fix ifb0 sample
Diffstat (limited to 'main/iproute2-qos/qos.ifb0.sample')
-rw-r--r-- | main/iproute2-qos/qos.ifb0.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iproute2-qos/qos.ifb0.sample b/main/iproute2-qos/qos.ifb0.sample index f71ef68ac5..f1740f0970 100644 --- a/main/iproute2-qos/qos.ifb0.sample +++ b/main/iproute2-qos/qos.ifb0.sample @@ -5,7 +5,7 @@ DEV=ifb0 IFB_DEV= # Leave it blank if $DEV is ifbX # Internet EGRESS/INGRES rates in kbit or mbit. Measure this on a free line to gain precise value -EGRESS_RATE=2048bit # 256kbit, 512kbit, 1024kbit +EGRESS_RATE=2048kbit # 256kbit, 512kbit, 1024kbit INGRESS_RATE=512kbit # 128kbit, 256kbit, 512kbit # In order to control a queue at the router/bridge side we will downgrade a real link speed on purpose |