mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Change tcstart indentation to Shorewall standard
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2764 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3e301ffbf4
commit
664a87b562
@ -173,8 +173,6 @@ setup_traffic_shaping()
|
|||||||
done < $TMP_DIR/tcclasses
|
done < $TMP_DIR/tcclasses
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
add_root_tc() {
|
add_root_tc() {
|
||||||
local defmark
|
local defmark
|
||||||
defmark=$(get_defmark_for_dev $device)
|
defmark=$(get_defmark_for_dev $device)
|
||||||
@ -190,7 +188,7 @@ setup_traffic_shaping()
|
|||||||
local full
|
local full
|
||||||
full=$(get_outband_for_dev $device)
|
full=$(get_outband_for_dev $device)
|
||||||
full=$(rate_to_kbit $full)
|
full=$(rate_to_kbit $full)
|
||||||
#set -x
|
|
||||||
if [ -z "$prio" ] ; then
|
if [ -z "$prio" ] ; then
|
||||||
prio=1
|
prio=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user