aboutsummaryrefslogtreecommitdiff
path: root/share/examples/pf
Commit message (Collapse)AuthorAgeFilesLines
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-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 Notes: svn path=/head/; revision=299293
* Suggest setting gateway_enable="YES" instead of sysctl ↵Kevin Lo2016-01-141-2/+2
| | | | | | | | | net.inet.ip.forwarding=1 to enable packet forwarding. Reviewed by: glebius Notes: svn path=/head/; revision=293862
* Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| * Remove extra blank linesSimon J. Gerraty2015-06-101-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284224
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * We do want objdirSimon J. Gerraty2013-10-131-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256421
| * Updated dependenciesSimon J. Gerraty2013-10-131-0/+12
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
* | Remove NO_OBJSimon J. Gerraty2015-06-111-2/+0
|/ | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
* Add the 'inet' keyword after the nat rule to avoid interfering withRui Paulo2012-06-282-2/+2
| | | | | | | IPv6. Notes: svn path=/head/; revision=237681
* Update the icmp example to show allowing only the safe types.Rebecca Cran2011-02-191-1/+1
| | | | | | | | Suggested by: Tom Judge <tom at tomjudge.com> MFC after: 3 days Notes: svn path=/head/; revision=218854
* If the pf.conf(5) example file is copied when setting up a firewall it'sRebecca Cran2011-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 Notes: svn path=/head/; revision=218620
* Update pf examples from OpenBSD to catch up with new stateful defaults andMax Laier2007-11-1110-89/+121
| | | | | | | other syntax changes. Move pf.conf from /etc to examples, too. Notes: svn path=/head/; revision=173536
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Bring in some examples (and create space for future work here):Max Laier2004-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 Notes: svn path=/head/; revision=135184