[SRU][J:linux-bluefield][PATCH 0/1] ip6tables unknown option --set-xmark

William Tu witu at nvidia.com
Wed Nov 27 17:16:15 UTC 2024


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

ip6tables --set-xmark failed on 1057.59

A degradation
Working version: 1053.55
========================
bf-bundle-2.9.1-13_24.11_ubuntu-22.04_prod.bfb has kernel 5.15.0-1053.55.24.g9cc17fe-bluefield
root at r-qa-hbn00-host00-00:mgmt:/home/ubuntu# /usr/sbin/ip6tables -t nat -C CNI-HOSTPORT-SETMARK -m comment --comment 'CNI portfwd masquerade mark' -j MARK --set-xmark 0x2000/0x2000 --wait
MARK all opt in * out * ::/0 -> ::/0 /* CNI portfwd masquerade mark */ MARK or 0x2000

Failed version: 1057.59
=======================
bf-bundle-2.9.1-14_24.11_ubuntu-22.04_prod.bfb has kernel 5.15.0-1057.59.25.g6d91088-bluefield
root at r-qa-hbn00-host02-01:mgmt:/home/ubuntu# /usr/sbin/ip6tables -t nat -C CNI-HOSTPORT-SETMARK -m comment --comment 'CNI portfwd masquerade mark' -j MARK --set-xmark 0x2000/0x2000 --wait ip6tables v1.8.7 (nf_tables):

unknown option "--set-xmark" Try `ip6tables -h' or 'ip6tables --help' for more information.


Pablo Neira Ayuso (1):
  netfilter: xtables: fix typo causing some targets not to load on IPv6

 net/netfilter/xt_NFLOG.c | 2 +-
 net/netfilter/xt_TRACE.c | 1 +
 net/netfilter/xt_mark.c  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.37.1 (Apple Git-137.1)




More information about the kernel-team mailing list