Blame bootstrap_ver/extensions/libip6t_mh.txlate

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