Blame bootstrap_ver/extensions/libip6t_mh.txlate

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