mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert last commit.
This commit is contained in:
parent
8950f203ec
commit
7d2e441ef8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user