Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140001 | Differences between
and this patch

Collapse All | Expand All

(-)compiler (-3 / +3 lines)
Lines 2671-2679 Link Here
2671
    #
2671
    #
2672
    save_progress_message "Refreshing Traffic Control Rules..."
2672
    save_progress_message "Refreshing Traffic Control Rules..."
2673
2673
2674
    while read mark sources dests proto ports sports user testval; do
2674
    while read mark sources dests proto ports sports user testval length tos; do
2675
	expandv mark sources dests proto ports sports user testval tos
2675
	expandv mark sources dests proto ports sports user testval length tos
2676
	rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval $tos")
2676
	rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval $length $tos")
2677
	process_tc_rule
2677
	process_tc_rule
2678
    done < $TMP_DIR/tcrules
2678
    done < $TMP_DIR/tcrules
2679
2679

Return to bug 140001