add filter to allow iptables rules fragmentation
Description
Implementing iptables causes pain. When you have many rules in one variable, your pain is even bigger. I suggest adding simple combine-iptables filter to allow merging rules for defined iptables table.
Proposal
In this file you can find my implementation of this filter.