Bug #7913
closedApplying wizard for creating Traffic Shapers with PRIQ and Prioritize VoIP traffic doesn't create qVoIP and Floating Rule
100%
Description
For 2.3.4_p1 traffic shaper wizard with PRIQ and enabling VoIP creates qVoIP and Floating Rule
pfctl -sa ALTQ:
queue qACK on em0 priority 6 priq( red ecn )
queue qDefault on em0 priority 3 priq( red ecn default )
queue qVoIP on em0 priority 7 priq( red ecn )
queue qLink on em1 priority 2 qlimit 500 priq( red ecn default )
queue qACK on em1 priority 6 priq( red ecn )
queue qVoIP on em1 priority 7 priq( red ecn )
BUT for current snap 2.4.0.r.20171005.1721 wizard doesn't create qVoIP and Floating Rule
pfctl -sa ALTQ:
queue qACK on em0 priority 6 priq( red ecn )
queue qDefault on em0 priority 3 priq( red ecn default )
queue qLink on em1 priority 2 qlimit 500 priq( red ecn default )
queue qACK on em1 priority 6 priq( red ecn )
When I enabled other options (Gaming and other network protocol) related queues were created but not qVoIP/FloatingRule.
Updated by Jim Pingle about 7 years ago
This was caused by 7798eb1e6ac48963a2785b449306cb49c942381f - I just pushed a fix that changes the tests a bit so it still avoids the math issue on PRIQ but also creates the queues properly.
Updated by Jim Pingle about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 10e93284be3cd62fe871710205e61de0e36dcc2f.
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
Fixed in current snapshots