aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl/parse.y
Commit message (Expand)AuthorAgeFilesLines
* pfctl: fix incorrect mask on dynamic addressKristof Provost2023-10-271-1/+38
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* pfctl: SCTP can have port numbersKristof Provost2023-08-111-5/+9
* pfctl: fix recrusive printing of anchorsKristof Provost2022-09-271-2/+14
* pfctl: fix FOM_ICMP/POM_STICKYADDRESS clashFranco Fichtner2022-08-201-1/+1
* pfctl(8): Fix a typo in a commentGordon Bergling2022-04-021-1/+1
* pfctl: improve error reporting for routehostKristof Provost2022-02-181-1/+10
* pf: Introduce ridentifierKristof Provost2021-11-261-0/+14
* pfctl: delay label macro expansion until after rule optimisationKristof Provost2021-10-221-49/+36
* pfctl: Remove unused variableKristof Provost2021-10-221-1/+0
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-10-061-2/+41
* pf: match keyword supportKristof Provost2021-07-311-1/+3
* pfctl: syncookie configurationKristof Provost2021-07-271-2/+18
* pfctl: cache getprotobynumber resultsMateusz Guzik2021-07-051-4/+4
* pfctl: Ensure parent queue is configured for FAIRQKristof Provost2021-05-271-2/+4
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-05-111-1/+5
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-05-111-1/+56
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-05-101-25/+34
* libpfctl: Switch to pfctl_ruleKristof Provost2021-05-071-26/+26
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-05-071-3/+3
* pfctl: Add missing 'va' code point nameKristof Provost2021-03-201-1/+2
* pfctl: Point users to net.pf.request_maxcount if large requests are rejectedKristof Provost2019-01-281-2/+15
* pfctl: Do not allow whitespace in macro namesKristof Provost2018-10-281-0/+8
* pfctl: Fix line numbers when \ is used inside ""Kristof Provost2018-10-221-1/+3
* pfctl: Dup stringsKristof Provost2018-10-201-2/+2
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-221-5/+7
* pf: Support "return" statements in passing rules when they fail.Kristof Provost2018-06-221-3/+25
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* pfctl: teach route-to to deal with interfaces with multiple addressesKristof Provost2017-11-151-1/+4
* Fix the parsing of NPt binat rules.Luiz Otavio O Souza2016-12-281-1/+1
* pf: port extended DSCP support from OpenBSDKristof Provost2016-10-131-9/+64
* pf: remove fastroute tagKristof Provost2016-10-041-2/+3
* Fix a regression in pf.conf while parsing the 'interval' keyword.Luiz Otavio O Souza2016-08-051-0/+10
* pfctl: Make most global variables static.Kristof Provost2016-08-041-18/+18
* pfctl: Allow TOS bits to be clearedKristof Provost2016-08-021-3/+3
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-171-2/+79
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Make pfctl(8) more flexible when parsing bandwidth values.Luiz Otavio O Souza2016-04-141-3/+12
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-271-2/+2
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-211-6/+70
* ALTQ FAIRQ discipline import from DragonFLYErmal Luçi2015-06-241-2/+73
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-4/+4
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+6038