Skip to content

Commit

Permalink
Continue pf is not able to resolve the ip
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Dec 12, 2024
1 parent 59e921a commit 54e8856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pf/Switch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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\|)(.*)/) {
Expand Down

0 comments on commit 54e8856

Please sign in to comment.