ShellCheck - shell script analysis tool version: 0.10.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.r2p9AYowmO and /tmp/tmp.V2EMK2kis3 Tree base: abc65df73ded ("vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects") Now at: 1d925a5b0e76 ("selftests: net: Add a selftest for VXLAN with FDB nexthop groups") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/test_vxlan_nh.sh - bc44ca7ab9d35858004b19ca7140200ccb1f80e2bcc80c7fc18596ef7feab584 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.