diff --git a/lib/pf/Switch.pm b/lib/pf/Switch.pm index 00b9b52f1c9..c0c163901e8 100644 --- a/lib/pf/Switch.pm +++ b/lib/pf/Switch.pm @@ -4231,6 +4231,7 @@ sub format_acl { $acl_line =~ s/$mac/$ip/g; } else { get_logger->warn("Bypass ACL because no ip lookup available: ".$acl_line); + next; } } if ($acl_line =~ /^(in\||out\|)(.*)/) {