summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-05 02:04:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-05 02:04:14 +0000
commit6f17514401d94cba46b36176837e3b7421f0c3a9 (patch)
tree59e36c491ff93078e001324a3a908ddd96f1d26d /usr
parentd498aad1e7cd789e0ecde4ddf3ebaeee4e4f6b1d (diff)
downloadpfsense-6f17514401d94cba46b36176837e3b7421f0c3a9.zip
pfsense-6f17514401d94cba46b36176837e3b7421f0c3a9.tar.gz
Add diffserv support.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 40d630b..411669b 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -73,7 +73,7 @@ $wkports = array(3389 => "MS RDP", 21 => "FTP", 22 => "SSH", 23 => "Telnet", 25
53 => "DNS", 80 => "HTTP", 110 => "POP3", 143 => "IMAP", 443 => "HTTPS");
/* IP TOS flags */
-$iptos = array("lowdelay", "throughput", "reliability", "congestion");
+$iptos = array("diffserv_voice", "diffserv_signaling", "lowdelay", "throughput", "reliability", "congestion");
/* TCP flags */
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg");
OpenPOWER on IntegriCloud