summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-07-02 03:51:08 -0700
committerErmal Luçi <eri@pfsense.org>2013-07-02 03:51:08 -0700
commitf5035e0b6a73a4b9637215ad3eaf262c90f38e9e (patch)
tree681742a25e896f3cf8b92fc788343e2ce1ee566a /usr
parent6dcbd1b3ada8c5fdbcb2f10ac5b9791ad281b399 (diff)
parent216c80dd13360f3446cd1802905b3095afcbafe5 (diff)
downloadpfsense-f5035e0b6a73a4b9637215ad3eaf262c90f38e9e.zip
pfsense-f5035e0b6a73a4b9637215ad3eaf262c90f38e9e.tar.gz
Merge pull request #680 from Klaws--/RELENG_2_1
Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus the TOS values which still work with DSCP
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc13
1 files changed, 10 insertions, 3 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 3e9be44..0da6d1e 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -108,9 +108,16 @@ $firewall_rules_dscp_types = array("af11",
"af42",
"af43",
"EF",
- "1-64",
- "0x10",
- "0x04-0xfc");
+ "cs1",
+ "cs2",
+ "cs3",
+ "cs4",
+ "cs5",
+ "cs6",
+ "cs7",
+ "0x01 (reliability, ToS 0x04)",
+ "0x02 (throughput, ToS 0x08)",
+ "0x04 (lowdelay, ToS 0x10)");
$auth_server_types = array(
'ldap' => "LDAP",
OpenPOWER on IntegriCloud