summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-19 20:32:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-19 20:32:10 +0000
commit3775e3261edd05725b14a95b38d23b9be5575fc8 (patch)
tree115a2feb7423332fd453ab11b1ee8a4eef074230 /usr/local/www/firewall_nat_out_edit.php
parentab7cb0182dc7123e957e1a4fc68343cb960ad2c2 (diff)
downloadpfsense-3775e3261edd05725b14a95b38d23b9be5575fc8.zip
pfsense-3775e3261edd05725b14a95b38d23b9be5575fc8.tar.gz
Save no nat settings correctly
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 9fb5ee8..1c8f40b 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -174,6 +174,7 @@ if ($_POST) {
$natent['descr'] = $_POST['descr'];
$natent['target'] = $_POST['target'];
$natent['interface'] = $_POST['interface'];
+ $natent['nonat'] = $_POST['nonat'];
if ($ext == "any")
$natent['destination']['any'] = true;
OpenPOWER on IntegriCloud