Files
firewall_containers/network-go/firewall
gyurix 48331871b4
continuous-integration/drone/push Build is passing
fix(firewall): allow both forward and NAT rules in same policy
Remove continue statements after applying FORWARD and NAT rules so
a single policy can specify both `from` and `nat` fields. Previously
only the first matched rule was applied and subsequent ones were
skipped. Also guard the unhandled-pattern warning to only log when
both fields are empty, preventing false warnings.
2026-06-17 10:18:24 +02:00
..