mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
pfctl: remove duplicate "va" entry
It turns out we'd already added this a few years ago, so didn't need to
add it again.
Fixes: 190c1f3d93
Reported by: Seth Hoffert <seth.hoffert@gmail.com>
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
2eec2bcca2
commit
4fecc8e3fe
1 changed files with 0 additions and 1 deletions
|
|
@ -7604,7 +7604,6 @@ map_tos(char *s, int *val)
|
|||
{ "cs6", IPTOS_DSCP_CS6 },
|
||||
{ "cs7", IPTOS_DSCP_CS7 },
|
||||
{ "ef", IPTOS_DSCP_EF },
|
||||
{ "va", IPTOS_DSCP_VA },
|
||||
{ "inetcontrol", IPTOS_PREC_INTERNETCONTROL },
|
||||
{ "lowdelay", IPTOS_LOWDELAY },
|
||||
{ "netcontrol", IPTOS_PREC_NETCONTROL },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue