====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/test_vxlan_nh.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.r2p9AYowmO 2025-09-01 00:21:55.635696762 -0700 +++ /tmp/tmp.V2EMK2kis3 2025-09-01 00:21:56.459689558 -0700 @@ -0,0 +1,7 @@ + +In test_vxlan_nh.sh line 51: + ip -n "$ns1" -s -j nexthop show id 10 | jq ".[][\"group_stats\"][][\"packets\"]" + ^--^ SC2154 (warning): ns1 is referenced but not assigned. + +For more information: + https://www.shellcheck.net/wiki/SC2154 -- ns1 is referenced but not assigned.