mwan3: Split ipsets into separate ipv4 and ipv6 sets
authorFlorian Eckert <redacted>
Tue, 1 Mar 2022 07:58:32 +0000 (08:58 +0100)
committerFlorian Eckert <redacted>
Mon, 14 Mar 2022 08:34:49 +0000 (09:34 +0100)
commit408458a72f88a1c9a4710cb6d7b56061e6feadb1
tree298419c5c7c333711c73be90e463ec93cf2b2bc1
parent502779755a43a2ef8b99f8d7ff9e712626bc037d
mwan3: Split ipsets into separate ipv4 and ipv6 sets

Nft does not directly support ipsets, nft sets must be used instead.
The mwan3 uses ipsets for certain tasks. They can be combinded. So called
an ipset of ipsets. This list type is not available in nft. So that
mwan3 could be ported to nft in the feature, the ipset handling should be
split. So we have for each ipset an iptables rule.

Signed-off-by: Florian Eckert <redacted>
net/mwan3/files/etc/init.d/mwan3
net/mwan3/files/lib/mwan3/mwan3.sh
git clone https://git.99rst.org/PROJECT