Date: Tue, 30 Dec 2025 23:28:51 +0000 From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4fecc8e3fe94 - main - pfctl: remove duplicate "va" entry Message-ID: <69546033.30b74.4116c0bb@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4fecc8e3fe9408621429777b1028c9afb83c3925 commit 4fecc8e3fe9408621429777b1028c9afb83c3925 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-12-30 21:23:58 +0000 Commit: Kristof Provost <kp@FreeBSD.org> 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 <seth.hoffert@gmail.com> 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 },home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69546033.30b74.4116c0bb>
