make tos bit work in shaper

This commit is contained in:
Bill Marquette 2005-06-01 03:59:29 +00:00
parent 87176cb86e
commit d11a220f6e

View File

@ -639,13 +639,13 @@ function filter_generate_pf_altq_rules() {
}
}
if ($rule['iptos'])
$line .= "tos {$rule['iptos']} ";
/*
if ($rule['iplen'])
$line .= "iplen {$rule['iplen']} ";
if ($rule['iptos'])
$line .= "iptos {$rule['iptos']} ";
if ($rule['tcpflags'])
$line .= "tcpflags {$rule['tcpflags']} ";