diff options
author | Bill Marquette <billm@pfsense.org> | 2005-07-24 03:45:05 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-07-24 03:45:05 +0000 |
commit | a03e3c1f6449f9a2748ec1212adde41b1652e119 (patch) | |
tree | bd99cbfcd111064dd7a4c1fa0eb9802209ae7cde /usr | |
parent | c68fc1e7aba950da804fe87d5bac1b83aae1a36b (diff) | |
download | pfsense-a03e3c1f6449f9a2748ec1212adde41b1652e119.zip pfsense-a03e3c1f6449f9a2748ec1212adde41b1652e119.tar.gz |
move IP TOS and TCP FLAGS to globals.inc now that filter_reconfigure
might be run outside of the gui
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index c3a914d..6baeace 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -90,12 +90,6 @@ if (file_exists($d_firmwarelock_path)) { $wkports = array(3389 => "MS RDP", 21 => "FTP", 22 => "SSH", 23 => "Telnet", 25 => "SMTP", 53 => "DNS", 80 => "HTTP", 110 => "POP3", 143 => "IMAP", 443 => "HTTPS"); -/* IP TOS flags */ -$iptos = array("lowdelay", "throughput", "reliability", "congestion"); - -/* TCP flags */ -$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); - $specialnets = array("lan" => "LAN net", "pptp" => "PPTP clients"); for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) { |