summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-13 19:09:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-13 19:09:47 +0000
commit90f5addce29c1145057eb09a87ad0b1e9a26ba1d (patch)
treef99ba2bda3789425b025abf5ec1ed6c96dd8ebd8 /usr/local/www/wizards
parentf68160a0aa2faa3991e03e735579a8b763bccf91 (diff)
downloadpfsense-90f5addce29c1145057eb09a87ad0b1e9a26ba1d.zip
pfsense-90f5addce29c1145057eb09a87ad0b1e9a26ba1d.tar.gz
Remove ssh option. We already prioritize the ssh acks leaving bulk to be... well, bulk.
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index b56a1ff..d2f0491 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1097,26 +1097,6 @@
<typehint>HTTP and HTTPS aka Web Traffic</typehint>
</field>
<field>
- <name>SSH</name>
- <bindstofield>ezshaper->step6->ssh</bindstofield>
- <type>select</type>
- <options>
- <option>
- <name>Dont care</name>
- <value></value>
- </option>
- <option>
- <name>Higher</name>
- <value>H</value>
- </option>
- <option>
- <name>Lower</name>
- <value>L</value>
- </option>
- </options>
- <typehint>Secure shell protocol</typehint>
- </field>
- <field>
<name>SMTP</name>
<type>select</type>
<bindstofield>ezshaper->step6->smtp</bindstofield>
@@ -1322,11 +1302,6 @@
/* HTTP aka Web Traffic */
$othersplist[] = array('HTTP', 'tcp', '80', '80', 'both', $_POST['http']);
$othersplist[] = array('HTTPS', 'tcp', '443', '443', 'both', $_POST['http']);
- }
-
- if($_POST['ssh'] != "") {
- /* Secure shell traffic */
- $othersplist[] = array('SSH', 'tcp', '22', '22', 'both', $_POST['ssh']);
}
if($_POST['smtp'] != "") {
OpenPOWER on IntegriCloud