From 7d2e441ef8a616bbcb311747291adb5972c04e4f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 24 Jun 2005 19:48:20 +0000 Subject: Revert last commit. --- usr/local/www/firewall_nat_out.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr/local/www') 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; -- cgit v1.1