summaryrefslogtreecommitdiff
path: root/sys/net/pf_ioctl.c
AgeCommit message (Expand)Author
2002-08-12Use state tree instead of separate (flat) list to find NAT proxy ports,Daniel Hartmeier
2002-07-05fix a small bug I found while installing a -current pf firewall at aHenning Brauer
2002-06-16Missing braces around else case, fixes a kernel crash introduced in r1.5 ifAaron Campbell
2002-06-11rework pfctl statistics displayHenning Brauer
2002-06-10#include <sys/timeout.h>, from Chris KuetheDaniel Hartmeier
2002-06-10Don't #include <sys/malloc.h>Daniel Hartmeier
2002-06-09Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so itDaniel Hartmeier
2002-06-09new file sys/net/pf_ioctl.cPhilipp Buehler