1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/sbin/pfctl
Kristof Provost 0cd7a91aa7 pfctl: Allow TOS bits to be cleared
TOS value 0 is valid, so use 256 as an invalid value rather than zero.
This allows users to enforce TOS == 0 with pf.

Reported by:	Radek Krejča <radek.krejca@starnet.cz>
2016-08-02 15:41:42 +00:00
..
Makefile Create packages for atm, ccdconfig, devd, ipf, ipfw, 2016-02-09 19:30:31 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
parse.y pfctl: Allow TOS bits to be cleared 2016-08-02 15:41:42 +00:00
pf_print_state.c Make pfctl(8) work on strict-alignment platforms, by copying a pair of 2016-01-30 22:03:14 +00:00
pfctl_altq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
pfctl_optimize.c
pfctl_osfp.c
pfctl_parser.c pf: Filter on and set vlan PCP values 2016-06-17 18:21:55 +00:00
pfctl_parser.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
pfctl_qstats.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
pfctl_radix.c
pfctl_table.c
pfctl.8
pfctl.c pfctl: Fix uninitialised veriable 2015-11-01 17:20:17 +00:00
pfctl.h