Open backit opened 2 months ago
@backit Not sure if I understand correctly, but if you use nft_input_group_rules
(an other ..._group_rules
) you should be able to achieve exactly that. For each host the role collects rules for all, group and then host, then writes them into a single ruleset and only then loads into the kernel.
Everytime rules are flushed. I would like to build my firewall in pieces, let's say:
my server2 has only webserver rules applied, because it flushes each time all rules my server2 should have server rules and then add rules from webserver group, leaving untouched server group rules.
Is that already possbile??