Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'S
Update share/examples/* to properly install /usr/share/examples.As result of this, a new examples package is now created.Note, this is only effective with 'SHARED=copies' (the default),as the 'SHARED=symlinks' mechanism will create a symlink to thesource tree version of the file(s).Sponsored by: The FreeBSD Foundation
show more ...
Suggest setting gateway_enable="YES" instead of sysctl net.inet.ip.forwarding=1 to enable packet forwarding.Reviewed by: glebius
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
Remove extra blank lines
dirdeps.mk now sets DEP_RELDIR
We do want objdir
Updated dependencies
Add the 'inet' keyword after the nat rule to avoid interfering withIPv6.
Update the icmp example to show allowing only the safe types.Suggested by: Tom Judge <tom at tomjudge.com>MFC after: 3 days
If the pf.conf(5) example file is copied when setting up a firewall it'seasy to forget about icmp. Update the file to show allowing icmp throughthe firewall.PR: docs/144986MFC after: 1 month
Update pf examples from OpenBSD to catch up with new stateful defaults andother syntax changes. Move pf.conf from /etc to examples, too.
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Bring in some examples (and create space for future work here):- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)- Tweak the pointer to fit the FreeBSD default location shar
Bring in some examples (and create space for future work here):- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)- Tweak the pointer to fit the FreeBSD default location share/examples/pf- Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there).Obtained from: OpenBSDReminded by: Thomas T. VeldhousePR: docs/71691MFC after: 2 days