aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/pf
Commit message (Expand)AuthorAgeFilesLines
* Move rc startup scripts from etc/ to sbin/init/Brad Davis2018-07-281-76/+0
* pf: Return non-zero from 'status' if pf is not enabledKristof Provost2018-06-061-0/+2
* pf: reload and resync do the same thingKristof Provost2018-03-261-2/+2
* pf: Apply $pf_flags when verifying the pf.conf fileKristof Provost2018-02-281-2/+2
* pf: Do not flush on reloadKristof Provost2018-02-281-3/+0
* Allow more services to run in vnet jailsKristof Provost2017-07-081-1/+1
* - Add descriptions to most of the rc scripts. Those are mostly taken from theirLars Engels2016-04-231-0/+1
* pf: Friendly error message for status if pf.ko is not loadedKristof Provost2016-03-271-1/+5
* Prepare for the removal of set_rcvar() by changing the rcvar=Doug Barton2012-01-141-1/+1
* Remove redundant keywords.Hiroki Sato2011-05-171-1/+1
* Add pf in quiet modeKevin Lo2010-12-171-2/+2
* In regards to the "Starting foo:" type messages at boot time, create andDoug Barton2009-10-101-2/+4
* Reverse the effect of r193198 for pf and ipfw which will once againDoug Barton2009-06-261-1/+1
* Make the pf and ipfw firewalls start before netif, just like ipfilterDoug Barton2009-06-011-1/+1
* As previously discussed, add the svn:executable property to all scriptsDoug Barton2008-07-161-0/+0
* The pfctl(8) program is already pretty verbose, so don't print extraMike Makonnen2008-07-111-2/+2
* FILESYSTEMS requires root, so requiring both of them is redundant.Dag-Erling Smørgrav2007-04-091-1/+1
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocalDag-Erling Smørgrav2007-04-021-1/+1
* Use $required_modules wherever suitable. Use load_kld() in specialYaroslav Tykhiy2006-12-311-15/+1
* Use an option form better matching the manual.David E. O'Brien2006-06-051-1/+1
* Backout r1.11...Ralf S. Engelschall2005-11-101-1/+1
* There is no need to explicitly add "status" to $extra_commands inRalf S. Engelschall2005-11-031-1/+1
* Use available rc.subr features.Yaroslav Tykhiy2005-10-021-27/+16
* Record dependency on the newly introduced pfsync.Yaroslav Tykhiy2005-10-021-2/+2
* Simplify the code by making use of 'kldstat -q -m <mod>'.Pawel Jakub Dawidek2005-09-241-6/+3
* When reloading rules via rc.d/pf, flush everything but existing stateSean Chittenden2005-04-041-1/+3
* - Add 'check' command for checking rules syntax.Pawel Jakub Dawidek2004-10-251-11/+14
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
* We don't have any providers of `beforenetlkm' in FreeBSD. Remove theGiorgos Keramidas2004-09-161-1/+1
* Swap order of ruleset load and enabling pf to work around a problem on altqMax Laier2004-06-231-3/+3
* Add rc.d script to start pflogd and add rcvars etc. Also document vars inMax Laier2004-04-021-1/+1
* Add rc.d script for pf(4) (more to come once pflogd(8) works as well).Max Laier2004-03-231-0/+93