Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.0
- Loading branch information