summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_ruleset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert pf debug logging to using log()/addlog(), a single standardisedmcbride2010-01-181-17/+18
* cleanup after the NAT changes. we used to have multiple rulesets (scrub,henning2009-11-221-42/+9
* 1) scrub rules are completely gone.henning2009-04-061-5/+2
* Always check rs_malloc() returns. Also add M_ZERO and M_CANFAILthib2009-01-061-8/+11
* Remove redundant function prototypes which are already in pfvar.hdhill2008-12-181-9/+1
* Split ruleset manipulation functions out into pf_ruleset.c to allow them tomcbride2006-10-271-0/+415