summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php23
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 28be2b2..c5fef40 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -752,17 +752,18 @@ function dst_rep_change() {
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">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>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud