From 54e885656172230c7bf64c0011ca3701c72cbb70 Mon Sep 17 00:00:00 2001 From: Durand Fabrice Date: Thu, 12 Dec 2024 09:53:40 -0500 Subject: [PATCH] Continue pf is not able to resolve the ip --- lib/pf/Switch.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pf/Switch.pm b/lib/pf/Switch.pm index 00b9b52f1c9b..c0c163901e8f 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\|)(.*)/) {