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:
teastep 2005-09-30 22:36:16 +00:00
parent 3e301ffbf4
commit 664a87b562

View File

@ -173,8 +173,6 @@ setup_traffic_shaping()
done < $TMP_DIR/tcclasses
}
add_root_tc() {
local defmark
defmark=$(get_defmark_for_dev $device)
@ -190,7 +188,7 @@ setup_traffic_shaping()
local full
full=$(get_outband_for_dev $device)
full=$(rate_to_kbit $full)
#set -x
if [ -z "$prio" ] ; then
prio=1
fi