Commit dabc3cf
committed
vlan: do not protect PCP write with the sysctl
pf will unconditionally "set prio", so this will fail if the
sysctl is off. The sysctl, however, introduces a side-effect
so we would rather keep the default behaviour. The allocation
slowdown is already taking place, so this in the worst case
only adds a list traversal / lookup.
PR: https://forum.opnsense.org/index.php?topic=6714.01 parent 5c70e2a commit dabc3cf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
| 1105 | + | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
| |||
0 commit comments