Skip to content

Commit

Permalink
[Firewalld] Move masquarade down in order
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Nov 18, 2024
1 parent ebf1ab9 commit d4576b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pf/firewalld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ sub inline_nat_if_src_rules {
# inline enforcement
if (is_type_inline($enforcement_type)) {
# send everything from inline interfaces to the inline chain
util_direct_rule("ipv4 nat POSTROUTING 100 -j MASQUERADE", $action );
util_direct_rule("ipv4 nat POSTROUTING 120 -j MASQUERADE", $action );
}
}

Expand Down

0 comments on commit d4576b1

Please sign in to comment.