summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-21 20:32:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-21 20:32:03 +0000
commit1b8f6d97f8961569db5a97ba0805cda8123d5802 (patch)
tree5654ea7b07e69a38e1a9b6f74c5041902c787244 /usr/local/www/firewall_rules_edit.php
parent776b3849e0de15704a924af82aa4ee265037693b (diff)
downloadpfsense-1b8f6d97f8961569db5a97ba0805cda8123d5802.zip
pfsense-1b8f6d97f8961569db5a97ba0805cda8123d5802.tar.gz
Start the process of moving back to a m0n0wall style rules / queues system.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php18
1 files changed, 1 insertions, 17 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index c5fef40..6247f5a 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -775,6 +775,7 @@ function dst_rep_change() {
(see the <a href="diag_logs_settings.php">Diagnostics: System
logs: Settings</a> page).</span></td>
</tr>
+
<tr>
<td width="22%" valign="top" class="vncell">Description</td>
<td width="78%" class="vtable">
@@ -783,23 +784,6 @@ function dst_rep_change() {
for your reference (not parsed).</span></td>
</tr>
-
- <tr>
- <td width="22%" valign="top" class="vncell">Traffic Queuing / Shaping</td>
- <td width="78%" class="vtable">
- Direction: <select name="direction">
- <?php if($pconfig['direction'] <> "")
- echo "<option value=\"" . htmlspecialchars($pconfig['direction']) . "\">" . htmlspecialchars($pconfig['direction']) . "</option>";
- ?>
- <option value="">DONT CARE</option>
- <option value="in">IN</option>
- <option value="out">OUT</option>
- </select>
- <br> <span class="vexpl">If you need fine grained control on direction, select an option here.
- <p><span class="vexpl"><input type="checkbox" name="autocreatequeue"> Automatically create a new queue for this rule.</span>
- </td>
- </tr>
-
<tr>
<td width="22%" valign="top" class="vncell">Advanced Options</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud