aboutsummaryrefslogtreecommitdiff
path: root/contrib/pf/man
Commit message (Collapse)AuthorAgeFilesLines
* Commit resolved import of OpenBSD 4.1 pf userland from perforce.Max Laier2007-07-035-517/+686
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171172
* Revert my previous change, add an MLINK from securelevel.7 to security.7Remko Lodder2007-06-011-2/+2
| | | | | | | Discussed with: brueffer Notes: svn path=/head/; revision=170194
* Change securelevel(7) to security(7). Yes i am awareRemko Lodder2007-06-011-2/+2
| | | | | | | | | | | | that this is within the contrib directory. PR: docs/104402 Submitted by: Dr. Markus Waldeck <waldeck at gmx dot de> Discussed with: mlaier Notes: svn path=/head/; revision=170193
* From OpenBSD, rev. 1.379Daniel Hartmeier2007-05-211-2/+3
| | | | | | | | | | Document how 'allow-opts' applies to routing headers in IPv6. MFC after: 1 week Discussed with: mlaier Notes: svn path=/head/; revision=169844
* Mention that we do not support route labels in the BUGS section.Max Laier2006-10-301-1/+7
| | | | | | | | PR: docs/93590 Reported by: Niki Denev Notes: svn path=/head/; revision=163787
* - Note that the synchronisation interface needs to be up and haveGleb Smirnoff2006-06-061-2/+5
| | | | | | | | | | an IP address assigned. - Add "quick" keyword to pf.conf example. PR: docs/85209 Notes: svn path=/head/; revision=159338
* Add an rc.d script to start pfsync at the right moment of theYaroslav Tykhiy2005-10-021-2/+21
| | | | | | | | | | | | | | | | system boot, and hook it up in the system. The separate script is needed because in the presence of various interface lists in rc.conf ($network_interfaces, $cloned_interfaces, $sppp_interfaces, $gif_interfaces, more to come) it is hard to start them orderly, so that pfsync is brought up after its syncdev, which is required for the proper startup of pfsync. Discussed with: mlaier on -pf MFC after: 5 days Notes: svn path=/head/; revision=150835
* Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridgeMax Laier2005-09-282-3/+3
| | | | | | | | | from the begining. Reminded by: ru Notes: svn path=/head/; revision=150673
* More tcpdump 8->1 cleanup.Christian Brueffer2005-08-062-6/+9
| | | | | | | | Approved by: mlaier MFC after: 3 days Notes: svn path=/head/; revision=148787
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-142-4/+4
| | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Notes: svn path=/head/; revision=148011
* Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-033-446/+943
| | | | | | | | | | missing and will be implemented in a second step. This is functional as is. Tested by: freebsd-pf, pfsense.org Obtained from: OpenBSD Notes: svn path=/head/; revision=145840
* This commit was generated by cvs2svn to compensate for changes in r145837,Max Laier2005-05-031-2/+2
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=145838
| * Import pf userland from OpenBSD 3.7 (OPENBSD_3_7 as of today)vendor/pf/3.7Max Laier2005-05-034-450/+948
| | | | | | | | | | Notes: svn path=/vendor/pf/dist/; revision=145837 svn path=/vendor/pf/3.7/; revision=145839; tag=vendor/pf/3.7
* | - remove OpenBSDisms, add FreeBSDismsGleb Smirnoff2005-02-231-54/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - comment out feature, we do not have yet: tcpdumping on pfsync, add a BUGS section - reference carp.4 - dereference bpf(4), tcpdump(7), hostname.if(5) - sort references - tell when pfsync appeared in FreeBSD Reviewed by: mlaier MFC after: 1 week Notes: svn path=/head/; revision=142319
* | Fix sloppy use of "manpage", bump .Dd where applicable and rename RED toMax Laier2005-02-072-4/+4
| | | | | | | | | | | | | | | | | | | | Random Early Detection (not ... Drop) in order to be consistent with other documentation on ALTQ Pointed out by: simon, ru, Brad Davis Notes: svn path=/head/; revision=141490
* | Be more verbose about altq SYNOPSIS and add more linkage in the relating pfMax Laier2005-02-072-0/+10
| | | | | | | | | | | | | | | | | | | | | | documents. Inspired by: scottl Reviewed by: Brad Davis <so14kNOso14kSPAMcom> MFC after: 3 days Notes: svn path=/head/; revision=141456
* | Fix a reference from pool(9) -> zone(9), but keep on talking about "memoryMax Laier2004-11-141-1/+1
| | | | | | | | | | | | | | | | | | pools" as that is what UMA provides. Submitted by: Jay <jay NO meangrape SPAM com> Notes: svn path=/head/; revision=137693
* | Rename the QUEUEING section to QUEUEING/ALTQ to make it easier to find theMax Laier2004-10-071-2/+2
| | | | | | | | | | | | | | | | | | appropiate section when redirected from ALTQ(4). MFC after: 2 days Notes: svn path=/head/; revision=136229
* | Document a problem with user/group filtering. With debug.mpsafenet=1 thisMax Laier2004-10-031-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | might result in a deadlock. The fix involves critical changes in the PF locking strategy (which will happen after 5.3R). For now advise users to set debug.mpsafenet=0 if they use this kind of filtering. The same problem exists for IPFW. mdoc help from: simon MFC after: 2 days Notes: svn path=/head/; revision=136083
* | PFIL_HOOKS is no longer an optional item.Max Laier2004-09-261-2/+1
| | | | | | | | | | | | | | | | Submitted by: Anders Hanssen MFC after: 1 day Notes: svn path=/head/; revision=135824
* | Bring in some examples (and create space for future work here):Max Laier2004-09-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).Max Laier2004-06-163-64/+345
| | | | | | | | Notes: svn path=/head/; revision=130617
* | This commit was generated by cvs2svn to compensate for changes in r130614,Max Laier2004-06-162-55/+201
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=130615
| * Import userland of pf 3.5 from OpenBSD (OPENBSD_3_5_BASE).vendor/pf/3.5Max Laier2004-06-165-120/+547
| | | | | | | | | | Notes: svn path=/vendor/pf/dist/; revision=130614 svn path=/vendor/pf/3.5/; revision=130616; tag=vendor/pf/3.5
* | FreeBSD-if .4 manpages for pf/pflog/pfsync.Max Laier2004-04-183-3/+10
|/ | | | | | | | | PR: docs/65687 Submitted by: Sergey Matveychuk Approved by: bms(mentor) Notes: svn path=/head/; revision=128403
* Vendor import of OpenBSD's pf userland as of OpenBSD 3.4Max Laier2004-02-285-0/+3599
Approved by: bms(mentor), core(in general) Notes: svn path=/vendor/pf/dist/; revision=126353