mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
make tos bit work in shaper
This commit is contained in:
parent
87176cb86e
commit
d11a220f6e
@ -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']} ";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user