Blame extensions/libip6t_mh.txlate

Packit Service d1fe03
ip6tables-translate -A INPUT -p mh --mh-type 1 -j ACCEPT
Packit Service d1fe03
nft add rule ip6 filter INPUT meta l4proto mobility-header mh type 1 counter accept
Packit Service d1fe03
Packit Service d1fe03
ip6tables-translate -A INPUT -p mh --mh-type 1:3 -j ACCEPT
Packit Service d1fe03
nft add rule ip6 filter INPUT meta l4proto mobility-header mh type 1-3 counter accept