libip6t_mh.txlate 287 Bytes
Newer Older
1
ip6tables-translate -A INPUT -p mh --mh-type 1 -j ACCEPT
2
nft add rule ip6 filter INPUT meta l4proto mobility-header mh type 1 counter accept
3
4

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