Use 'tos' rather than 'dscp' keyword for pf DSCP matching
The 'dscp' keyword is pfSense-specific, but doesn't do anything morethan the FreeBSD 'tos' keyword.Using 'tos' will let us remove a diff from our local FreeBSD branch.
schedule: Use the new multi-label support
We've removed the pfsense specific 'schedule' keyword, and now use the newmulti-label support. That is, schedules are now just another label (prefixedwith 's:'). We also use the classic pfctl kill option (-k) rather than...
Tell pf to keep counter values
Pf can attempt to preserve (rule) counter values across rule updates.We've reverted our home-grown implementation and switched to the upstreamimplementation. We must tell pf to actually do this, so 'set keepcounters'.
Duplicating Outbound NAT rule fix. Issue #11981
Create Outbound NAT automatic equivalent rules when switching from Automatic to Manual mode. Fixes #11982
Observe 'after' value when creating a new rule
Init pkg plugin array before use. Fixes #11290
Make VLAN table sortable. Implements #11968
Move globals to include file
View revisions
Also available in: Atom