diff --git a/src/www/firewall_nat_edit.php b/src/www/firewall_nat_edit.php index d9adbd254..1f25071d4 100644 --- a/src/www/firewall_nat_edit.php +++ b/src/www/firewall_nat_edit.php @@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pconfig['dstbeginport'] = 80 ; $pconfig['dstendport'] = 80 ; $pconfig['local-port'] = 80; - $pconfig['associated-rule-id'] = true; + $pconfig['filter-rule-association'] = "add-associated"; if (isset($configId)) { // copy 1-on-1 foreach (array('protocol','target','local-port','descr','interface','associated-rule-id','nosync','log', @@ -1078,10 +1078,10 @@ $( document ).ready(function() {