diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-24 19:48:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-24 19:48:20 +0000 |
commit | 7d2e441ef8a616bbcb311747291adb5972c04e4f (patch) | |
tree | 5bc22ccaca2205637a0a48cbf733359c3d809179 /usr/local | |
parent | 8950f203ec1baa269d2fdcf493f841cf1aa87379 (diff) | |
download | pfsense-7d2e441ef8a616bbcb311747291adb5972c04e4f.zip pfsense-7d2e441ef8a616bbcb311747291adb5972c04e4f.tar.gz |
Revert last commit.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 43f41ed..1075351 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -103,9 +103,6 @@ if (isset($_POST['save'])) { $natent['descr'] = "Auto created rule for {$if}"; $natent['target'] = ""; $natent['interface'] = "wan"; - /* if a gateway is setup on this interface, use it */ - if($config['interfaces'][$if]['gateway'] <> "") - $natent['interface'] = $if; $natent['destination']['any'] = true; $natent['natport'] = ""; $a_out[] = $natent; |