Page MenuHomeFreeBSD

D29069.id85198.diff
No OneTemporary

D29069.id85198.diff

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -6344,7 +6344,8 @@
{ "lowdelay", IPTOS_LOWDELAY },
{ "netcontrol", IPTOS_PREC_NETCONTROL },
{ "reliability", IPTOS_RELIABILITY },
- { "throughput", IPTOS_THROUGHPUT }
+ { "throughput", IPTOS_THROUGHPUT },
+ { "va", IPTOS_DSCP_VA }
};
const struct keywords *p;
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -681,6 +681,7 @@
.Ar reliability ,
or one of the DiffServ Code Points:
.Ar ef ,
+.Ar va ,
.Ar af11 No ... Ar af43 ,
.Ar cs0 No ... Ar cs7 ;
or as either hex or decimal.
@@ -1762,6 +1763,7 @@
.Ar reliability ,
or one of the DiffServ Code Points:
.Ar ef ,
+.Ar va ,
.Ar af11 No ... Ar af43 ,
.Ar cs0 No ... Ar cs7 ;
or as either hex or decimal.

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 25, 2:25 AM (19 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12722424
Default Alt Text
D29069.id85198.diff (876 B)

Event Timeline