summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_mh.txlate
blob: f5d638c09ca8a92cb5dea0008d954bd8e1df5e82 (plain)
1
2
3
4
5
ip6tables-translate -A INPUT -p mh --mh-type 1 -j ACCEPT
nft add rule ip6 filter INPUT meta l4proto mobility-header mh type 1 counter accept

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