• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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