xref: /aosp_15_r20/external/iptables/extensions/libip6t_mh.txlate (revision a71a954618bbadd4a345637e5edcf36eec826889)
1ip6tables-translate -A INPUT -p mh --mh-type 1 -j ACCEPT
2nft 'add rule ip6 filter INPUT meta l4proto mobility-header mh type 1 counter accept'
3
4ip6tables-translate -A INPUT -p mh --mh-type 1:3 -j ACCEPT
5nft 'add rule ip6 filter INPUT meta l4proto mobility-header mh type 1-3 counter accept'
6