Skip to content

main/linux-postmarketos-allwiner: add IP_SET=m to allow ipset usage

Ghost User requested to merge (removed):kernel-modules-ipset into master

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 Ghost User

Merge request reports