====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.pm3wlr0wVZ 2026-03-16 12:42:05.028735686 -0400 +++ /tmp/tmp.IzugJbmvwI 2026-03-16 12:42:05.457732580 -0400 @@ -28 +28 @@ -In srv6_hencap_red_l3vpn_test.sh line 369: +In srv6_hencap_red_l3vpn_test.sh line 373: @@ -35 +35,32 @@ -In srv6_hencap_red_l3vpn_test.sh line 435: +In srv6_hencap_red_l3vpn_test.sh line 452: + eval nsname=\${$(get_rtname "${dec_rt}")} + ^-- SC1083 (warning): This { is literal. Check expression (missing ;/\n?) or quote it. + ^-----------------------^ SC2046 (warning): Quote this to prevent word splitting. + ^-- SC1083 (warning): This } is literal. Check expression (missing ;/\n?) or quote it. + + +In srv6_hencap_red_l3vpn_test.sh line 459: + ip6tables -t raw -C ${drule} &>/dev/null; then + ^------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + ip6tables -t raw -C "${drule}" &>/dev/null; then + + +In srv6_hencap_red_l3vpn_test.sh line 460: + ip netns exec "${nsname}" ip6tables -t raw -A ${drule} + ^------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + ip netns exec "${nsname}" ip6tables -t raw -A "${drule}" + + +In srv6_hencap_red_l3vpn_test.sh line 465: + -d ${VPN_LOCATOR_SERVICE}:${dec_rt}::${DT46_FUNC} \ + ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + -d ${VPN_LOCATOR_SERVICE}:"${dec_rt}"::${DT46_FUNC} \ + + +In srv6_hencap_red_l3vpn_test.sh line 469: @@ -42 +73,17 @@ -In srv6_hencap_red_l3vpn_test.sh line 482: +In srv6_hencap_red_l3vpn_test.sh line 481: + encap seg6 mode "${mode}" ${tunsrc} segs "${policy}" \ + ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + encap seg6 mode "${mode}" "${tunsrc}" segs "${policy}" \ + + +In srv6_hencap_red_l3vpn_test.sh line 492: + encap seg6 mode "${mode}" ${tunsrc} segs "${policy}" \ + ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + encap seg6 mode "${mode}" "${tunsrc}" segs "${policy}" \ + + +In srv6_hencap_red_l3vpn_test.sh line 516: @@ -49 +96 @@ -In srv6_hencap_red_l3vpn_test.sh line 483: +In srv6_hencap_red_l3vpn_test.sh line 517: @@ -56 +103 @@ -In srv6_hencap_red_l3vpn_test.sh line 617: +In srv6_hencap_red_l3vpn_test.sh line 651: @@ -63 +110 @@ -In srv6_hencap_red_l3vpn_test.sh line 640: +In srv6_hencap_red_l3vpn_test.sh line 674: @@ -70 +117 @@ -In srv6_hencap_red_l3vpn_test.sh line 652: +In srv6_hencap_red_l3vpn_test.sh line 686: @@ -77 +124 @@ -In srv6_hencap_red_l3vpn_test.sh line 778: +In srv6_hencap_red_l3vpn_test.sh line 812: