Actions
Bug #12846
closedIllegal tos value for certain diffserv values
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.6.0
Affected Architecture:
Description
After upgrading to 2.6.0 I am getting for one of my rules:
illegal tos value 24 - The line in question reads [704]: match quick on { XXX XXX } inet from any to any tos "24" ridentifier XXX set prio 2 queue (XXX) label "USER_RULE: Put Traffic in right Queue"
This is a regression, it was working fine before. The rule has diffserv codepoint set to cs3, which means the DS Field is 24 but that's not the TOS value.
This was introduced in 3d259e5e9457bc7e9d5b654366f839eaa2d52369 as far as I can see. Reverting that one should fix this.
Related issues
Updated by Flole Systems almost 3 years ago
Reverting it does not fix the issue, probably the patch for pf is missing.
Updated by Viktor Gurov almost 3 years ago
- Is duplicate of Bug #12803: Error loading ruleset due to illegal TOS value added
Actions