summaryrefslogtreecommitdiffstats
path: root/share/examples/pf
Commit message (Collapse)AuthorAgeFilesLines
* Update share/examples/* to properly install /usr/share/examples.gjb2016-05-101-0/+1
| | | | | | | | | | 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 the source tree version of the file(s). Sponsored by: The FreeBSD Foundation
* Suggest setting gateway_enable="YES" instead of sysctl ↵kevlo2016-01-141-2/+2
| | | | | | net.inet.ip.forwarding=1 to enable packet forwarding. Reviewed by: glebius
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * Remove extra blank linessjg2015-06-101-1/+0
| |
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * We do want objdirsjg2013-10-131-1/+0
| |
| * Updated dependenciessjg2013-10-131-0/+12
| |
* | Remove NO_OBJsjg2015-06-111-2/+0
|/ | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
* Add the 'inet' keyword after the nat rule to avoid interfering withrpaulo2012-06-282-2/+2
| | | | IPv6.
* Update the icmp example to show allowing only the safe types.brucec2011-02-191-1/+1
| | | | | 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'sbrucec2011-02-121-0/+1
| | | | | | | | easy to forget about icmp. Update the file to show allowing icmp through the firewall. PR: docs/144986 MFC after: 1 month
* Update pf examples from OpenBSD to catch up with new stateful defaults andmlaier2007-11-1110-89/+121
| | | | other syntax changes. Move pf.conf from /etc to examples, too.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Bring in some examples (and create space for future work here):mlaier2004-09-1410-0/+396
- 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: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
OpenPOWER on IntegriCloud