summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/parse.y
Commit message (Collapse)AuthorAgeFilesLines
* Importing pfSense patch pf_static_tracker.diffLuiz Otavio O Souza2016-01-281-1/+14
| | | | 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-14/+1
| | | | This reverts commit 9068fb423dfecae0f8b611d4bc558dd6cb2e2bd7.
* MFC r287009:Luiz Otavio O Souza2015-11-111-6/+70
| | | | | | | | | | | | | | | | | Add ALTQ(9) support for the CoDel algorithm. CoDel is a parameterless queue discipline that handles variable bandwidth and RTT. It can be used as the single queue discipline on an interface or as a sub discipline of existing queue disciplines such as PRIQ, CBQ, HFSC, FAIRQ. Differential Revision: https://reviews.freebsd.org/D3272 Reviewd by: rpaulo, gnn (previous version) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) TAG: CODEL
* MFC r284777:Luiz Otavio O Souza2015-11-111-2/+73
| | | | | | | | | | | | ALTQ FAIRQ discipline import from DragonFLY Differential Revision: https://reviews.freebsd.org/D2847 Reviewed by: glebius, wblock(manpage) Approved by: gnn(mentor) Obtained from: pfSense Sponsored by: Netgate TAG: FAIRQ
* Revert "Importing pfSense patch fairq.RELENG_10.diff"Luiz Otavio O Souza2015-11-111-75/+3
| | | | | | This reverts commit 570dae5561e54cd2703f546b04a3fa029c92dc62. TAG: FAIRQ
* Revert "Importing pfSense patch altq_codel.diff"Luiz Otavio O Souza2015-11-111-97/+31
| | | | | | This reverts commit cf3bb1a7166bec431631defe01c8d4e706a99638. TAG: CODEL
* Importing pfSense patch pf_static_tracker.diffRenato Botelho2015-08-171-1/+14
|
* Importing pfSense patch divert.RELENG_10.diffRenato Botelho2015-08-171-1/+21
|
* Importing pfSense patch altq_codel.diffRenato Botelho2015-08-171-31/+97
|
* Importing pfSense patch pf_802.1p.diffRenato Botelho2015-08-171-0/+112
|
* Importing pfSense patch pf_match.diffRenato Botelho2015-08-171-1/+3
|
* Importing pfSense patch fairq.RELENG_10.diffRenato Botelho2015-08-171-3/+75
|
* Importing pfSense patch schedule_label.RELENG_10.diffRenato Botelho2015-08-171-2/+42
|
* Importing pfSense patch binat.RELENG_10.diffRenato Botelho2015-08-171-27/+35
|
* Importing pfSense patch dummynet.RELENG_10.diffRenato Botelho2015-08-171-4/+58
|
* Importing pfSense patch dscp.RELENG_10.diffRenato Botelho2015-08-171-3/+67
|
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+6038
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