main/linux-postmarketos-allwiner: add IP_SET=m to allow ipset usage
Hi !
I would like to introduce ipset and iptables module ipset into the kernel enabled modules list.
The use case I would like to implement is the following :
ipset create ntp hash:ip family inet hashsize 32 maxelem 256
iptables -A OUTPUT -p udp -m udp --dport 123 -m conntrack --ctstate NEW -m set --match-set ntp dst -j ACCEPT
Regards, Damien
Edited by Administrator