The tag fastroute came from ipf and was removed in OpenBSD in 2011. The code allows to skip the in pfil hooks and completely removes the out pfil invoke, albeit looking up a route that the IP stack will likely find on its own. The code between IPv4 and IPv6 is also inconsistent and marked as "XXX" for years.
Details
Details
- Reviewers
kp - Group Reviewers
manpages - Commits
- rS306684: pf: remove fastroute tag
fastroute no longer available in pf.conf syntax
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sbin/pfctl/parse.y | ||
---|---|---|
451 ↗ | (On Diff #20766) | Removing the token will break compatibility with older configurations. |