From ec6adc21a17ed9f503d2102efb9410fe90f1fe8b Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 22 Oct 2006 22:09:20 +0000 Subject: PF doesn't know what "congestion" TOS flag is --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/globals.inc') 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"); -- cgit v1.1