Page MenuHomeFreeBSD

D29069.diff
No OneTemporary

D29069.diff

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -6342,7 +6342,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.
@@ -1737,6 +1738,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, 6:29 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12740172
Default Alt Text
D29069.diff (876 B)

Event Timeline