forked from extern/shorewall_code
Restore 3.4 code for busybox compatibility
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8178 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6c5b8914c7
commit
7da1a3ef6b
@ -44,7 +44,7 @@ setup_traffic_shaping()
|
|||||||
local rateunit rate
|
local rateunit rate
|
||||||
rate=$1
|
rate=$1
|
||||||
rateunit=$( echo $rate | sed -e 's/[0-9]*//')
|
rateunit=$( echo $rate | sed -e 's/[0-9]*//')
|
||||||
rate=$( echo $rate | sed -e 's/[a-z]*//gi')
|
rate=$( echo $rate | sed -e 's/[a-zA-Z]*//g')
|
||||||
|
|
||||||
case $rateunit in
|
case $rateunit in
|
||||||
kbit|Kbit)
|
kbit|Kbit)
|
||||||
|
Loading…
Reference in New Issue
Block a user