Commit d089441b authored by Ad Schellevis's avatar Ad Schellevis

fix previous

parent 318224cd
...@@ -1944,6 +1944,7 @@ function filter_nat_rules_generate(&$FilterIflist) ...@@ -1944,6 +1944,7 @@ function filter_nat_rules_generate(&$FilterIflist)
case "icmp": case "icmp":
$protocol = $address_family == 'inet6' ? "ipv6-icmp" : $protocol; $protocol = $address_family == 'inet6' ? "ipv6-icmp" : $protocol;
$localport = ""; $localport = "";
break;
default: default:
$protocol = strtolower($rule['protocol']); $protocol = strtolower($rule['protocol']);
$localport = ""; $localport = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment