Commit d089441b authored by Ad Schellevis's avatar Ad Schellevis

fix previous

parent 318224cd
......@@ -1944,6 +1944,7 @@ function filter_nat_rules_generate(&$FilterIflist)
case "icmp":
$protocol = $address_family == 'inet6' ? "ipv6-icmp" : $protocol;
$localport = "";
break;
default:
$protocol = strtolower($rule['protocol']);
$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