The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4fecc8e3fe9408621429777b1028c9afb83c3925
commit 4fecc8e3fe9408621429777b1028c9afb83c3925 Author: Kristof Provost <[email protected]> AuthorDate: 2025-12-30 21:23:58 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2025-12-30 22:09:15 +0000 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: 190c1f3d9326 Reported by: Seth Hoffert <[email protected]> Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pfctl/parse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index c52eb3f86c60..127e2c257d69 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -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 },
