summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-03 22:12:09 +0000
committerBill Marquette <billm@pfsense.org>2005-04-03 22:12:09 +0000
commit2898f8630e110c537040624d9f35149deb3d48df (patch)
tree14154e9b23a2e36307aedfd31440f40da2f8ddb5 /usr/local/www/firewall_rules_edit.php
parent9eab73da1b61c344b094dfe14110cf567370df2c (diff)
downloadpfsense-2898f8630e110c537040624d9f35149deb3d48df.zip
pfsense-2898f8630e110c537040624d9f35149deb3d48df.tar.gz
Oops, remove keep fragments option - in pf this is global
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 410fc46..c9c98f7 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -154,7 +154,6 @@ if (isset($id) && $a_filter[$id]) {
$pconfig['disabled'] = isset($a_filter[$id]['disabled']);
$pconfig['log'] = isset($a_filter[$id]['log']);
- $pconfig['frags'] = isset($a_filter[$id]['frags']);
$pconfig['descr'] = $a_filter[$id]['descr'];
$pconfig['max-src-nodes'] = $a_filter[$id]['max-src-nodes'];
$pconfig['max-src-states'] = $a_filter[$id]['max-src-states'];
@@ -340,7 +339,6 @@ if ($_POST) {
$filterent['disabled'] = $_POST['disabled'] ? true : false;
$filterent['log'] = $_POST['log'] ? true : false;
- $filterent['frags'] = $_POST['frags'] ? true : false;
$filterent['descr'] = $_POST['descr'];
$filterent['returngateway'] = $_POST['returngateway'];
$filterent['returninterface'] = $_POST['returninterface'];
@@ -764,16 +762,6 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
the destination of the packet for this rule.<br>
Hint: you can leave the <em>'to'</em> field empty if you only
want to filter a single port</span></td>
-
- <tr>
- <td width="22%" valign="top" class="vncellreq">Fragments</td>
- <td width="78%" class="vtable">
- <input name="frags" type="checkbox" id="frags" value="yes" <?php if ($pconfig['frags']) echo "checked"; ?>>
- <strong>Allow fragmented packets</strong><br>
- <span class="vexpl">Hint: this option puts additional load
- on the firewall and may make it vulnerable to DoS attacks.
- In most cases, it is not needed. Try enabling it if you have
- troubles connecting to certain sites.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Log</td>
OpenPOWER on IntegriCloud