ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.R8lJdqYQgj and /tmp/tmp.YSE62umf8s Tree base: 9c02b3909be8 ("seg6: separate dst_cache for input and output paths in seg6 lwtunnel") Now at: c0275dbd86d4 ("selftests: seg6: add test for dst_cache isolation in seg6 lwtunnel") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/srv6_iptunnel_cache.sh - eae14db7f2c92dca23cbfb0264205278a2b89eb61692944670c02ab47441a72c In srv6_iptunnel_cache.sh line 76: cleanup() ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). For more information: https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...