forked from extern/shorewall_code
Fix wrong declaration.
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8278 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fcea8abc60
commit
f87c478c83
@ -122,7 +122,7 @@ setup_traffic_shaping()
|
|||||||
|
|
||||||
validate_tcdevices_file() {
|
validate_tcdevices_file() {
|
||||||
progress_message2 "Validating $devfile..."
|
progress_message2 "Validating $devfile..."
|
||||||
local device local device inband outband
|
local device inband outband
|
||||||
while read device inband outband; do
|
while read device inband outband; do
|
||||||
tcdev="$device $inband $outband"
|
tcdev="$device $inband $outband"
|
||||||
check_defmark_for_dev $device || fatal_error "Option default is not defined for any class in tcclasses for interface $device"
|
check_defmark_for_dev $device || fatal_error "Option default is not defined for any class in tcclasses for interface $device"
|
||||||
|
Loading…
Reference in New Issue
Block a user