diff --git a/Shorewall-shell/lib.tc b/Shorewall-shell/lib.tc index bad2757b2..e496e4a5a 100644 --- a/Shorewall-shell/lib.tc +++ b/Shorewall-shell/lib.tc @@ -122,7 +122,7 @@ setup_traffic_shaping() validate_tcdevices_file() { progress_message2 "Validating $devfile..." - local device local device inband outband + local device inband outband while read device inband outband; do tcdev="$device $inband $outband" check_defmark_for_dev $device || fatal_error "Option default is not defined for any class in tcclasses for interface $device"