summaryrefslogtreecommitdiff
path: root/data/templates/firewall/nftables-policy.j2
AgeCommit message (Collapse)Author
2022-09-01policy-route: T4655: Remove default_action from templateViacheslav Hletenko
Remove `default_action` from template "nftables-policy" as XML policy route does not use it Set default action 'accept' for policy route, as default action 'drop' must be used only for firewall and not related to the policy route
2022-06-14firewall: T4147: Use named sets for firewall groupssarthurdev
* Refactor nftables clean-up code * Adds policy route test for using firewall groups
2022-05-01firewall: T4353: fix Jinja2 linting errorsChristian Poessinger