summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_resetstate.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-20 17:26:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-20 17:26:04 +0000
commit55bd9556947891344e7bcb9293a08e532c4ad06c (patch)
tree728ae906ad988866e20501308b2a7318ed10461f /usr/local/www/diag_resetstate.php
parentb5aa9413992f3ec56093eafacd850eb793d3b8c6 (diff)
downloadpfsense-55bd9556947891344e7bcb9293a08e532c4ad06c.zip
pfsense-55bd9556947891344e7bcb9293a08e532c4ad06c.tar.gz
MFC 7015
Remove "Flush NAT", this was an IPFilter-ism that makes no sense in PF.
Diffstat (limited to 'usr/local/www/diag_resetstate.php')
-rwxr-xr-xusr/local/www/diag_resetstate.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/diag_resetstate.php b/usr/local/www/diag_resetstate.php
index a204d15..40bb302 100755
--- a/usr/local/www/diag_resetstate.php
+++ b/usr/local/www/diag_resetstate.php
@@ -35,12 +35,7 @@
require("guiconfig.inc");
if ($_POST) {
-
$savemsg = "";
- if ($_POST['nattable']) {
- filter_flush_nat_table();
- $savemsg = "The NAT table has been flushed successfully.";
- }
if ($_POST['statetable']) {
filter_flush_state_table();
if ($savemsg)
@@ -74,8 +69,6 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable"> <p>
- <input name="nattable" type="checkbox" id="nattable" value="yes" checked>
- <strong>NAT table</strong><br>
<input name="statetable" type="checkbox" id="statetable" value="yes" checked>
<strong>Firewall state table</strong><br>
<span class="vexpl"><br>
OpenPOWER on IntegriCloud