summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Importing pfSense patch pf_static_tracker.diffLuiz Otavio O Souza2016-01-281-0/+4
| | | | This version fixes the issue with 'State Creations' in pfctl -vvsr.
* Revert "Importing pfSense patch pf_static_tracker.diff"Luiz Otavio O Souza2016-01-281-4/+0
| | | | This reverts commit 9068fb423dfecae0f8b611d4bc558dd6cb2e2bd7.
* Importing pfSense patch pf_static_tracker.diffRenato Botelho2015-08-171-0/+4
|
* Importing pfSense patch divert.RELENG_10.diffRenato Botelho2015-08-171-1/+7
|
* Importing pfSense patch pf_802.1p.diffRenato Botelho2015-08-171-0/+52
|
* Importing pfSense patch pf_match.diffRenato Botelho2015-08-171-1/+3
|
* Importing pfSense patch dummynet.RELENG_10.diffRenato Botelho2015-08-171-0/+8
|
* Importing pfSense patch dscp.RELENG_10.diffRenato Botelho2015-08-171-1/+3
|
* MFC r259916:bz2014-08-161-2/+22
| | | | | | | | | | Use feature_present(3) to determine whether to open an INET or an INET6 socket when needed to allow pfctl to work on noinet and noinet6 kernels (and try to provide a fallback using AF_LINK as best effort). Adjust the Makefile to also respect relevant src.conf(5) options for compile time decisions on INET and INET6 support. Reviewed by: glebius (no objections)
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+1746
reside, and move there ipfw(4) and pf(4). o Move most modified parts of pf out of contrib. Actual movements: sys/contrib/pf/net/*.c -> sys/netpfil/pf/ sys/contrib/pf/net/*.h -> sys/net/ contrib/pf/pfctl/*.c -> sbin/pfctl contrib/pf/pfctl/*.h -> sbin/pfctl contrib/pf/pfctl/pfctl.8 -> sbin/pfctl contrib/pf/pfctl/*.4 -> share/man/man4 contrib/pf/pfctl/*.5 -> share/man/man5 sys/netinet/ipfw -> sys/netpfil/ipfw The arguable movement is pf/net/*.h -> sys/net. There are future plans to refactor pf includes, so I decided not to break things twice. Not modified bits of pf left in contrib: authpf, ftp-proxy, tftp-proxy, pflogd. The ipfw(4) movement is planned to be merged to stable/9, to make head and stable match. Discussed with: bz, luigi
OpenPOWER on IntegriCloud