diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-07 19:00:10 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-07 19:00:19 -0400 |
commit | 520b1e07b039fd95a3750319fba2b2490d92b891 (patch) | |
tree | c3481f1e75df2e8cb96df6f1c80998ffcc3a24df /usr | |
parent | 8aff4a0ce6c0d3c83ed1bf5c94ce06cd5f9c2956 (diff) | |
download | pfsense-520b1e07b039fd95a3750319fba2b2490d92b891.zip pfsense-520b1e07b039fd95a3750319fba2b2490d92b891.tar.gz |
Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0.html
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index af906cb..851fdec 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -106,6 +106,7 @@ $firewall_rules_dscp_types = array("af11", "af43", "EF", "1-64", + "0x10", "0x04-0xfc"); $auth_server_types = array( |