summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2006-10-22 22:09:20 +0000
committerBill Marquette <billm@pfsense.org>2006-10-22 22:09:20 +0000
commitec6adc21a17ed9f503d2102efb9410fe90f1fe8b (patch)
treea339f3b20e3f95363cab24b66ef923b773d6ebbd /etc/inc/globals.inc
parent08f834dd8bb8673326c55de9d8ee2a39ae0bae52 (diff)
downloadpfsense-ec6adc21a17ed9f503d2102efb9410fe90f1fe8b.zip
pfsense-ec6adc21a17ed9f503d2102efb9410fe90f1fe8b.tar.gz
PF doesn't know what "congestion" TOS flag is
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 1369fd7..e4133db 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -68,7 +68,7 @@ $g = array(
);
/* IP TOS flags */
-$iptos = array("lowdelay", "throughput", "reliability", "congestion");
+$iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
OpenPOWER on IntegriCloud