summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-18 16:30:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-18 16:30:16 +0000
commitfd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d (patch)
tree5911cf1dec6cd93beefc5c3e1b4f108229e8225e /usr/local/www/firewall_rules_edit.php
parent549aea74196da94d83eab8d22ac53e615e1a8aad (diff)
downloadpfsense-fd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d.zip
pfsense-fd69ff6e393a4ab5e9c2fe53235f3dfdf77e320d.tar.gz
Disable fragmentation rule toggle.
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