====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.pcKZIvaEwp 2026-03-20 10:12:46.266593514 -0400 +++ /tmp/tmp.rplocQuN6E 2026-03-20 10:12:46.711589203 -0400 @@ -2 +2 @@ -In srv6_hencap_red_l3vpn_test.sh line 212: +In srv6_hencap_red_l3vpn_test.sh line 214: @@ -7 +7 @@ -In srv6_hencap_red_l3vpn_test.sh line 303: +In srv6_hencap_red_l3vpn_test.sh line 305: @@ -14 +14 @@ -In srv6_hencap_red_l3vpn_test.sh line 306: +In srv6_hencap_red_l3vpn_test.sh line 308: @@ -21 +21 @@ -In srv6_hencap_red_l3vpn_test.sh line 338: +In srv6_hencap_red_l3vpn_test.sh line 340: @@ -28 +28 @@ -In srv6_hencap_red_l3vpn_test.sh line 369: +In srv6_hencap_red_l3vpn_test.sh line 379: @@ -35 +35,8 @@ -In srv6_hencap_red_l3vpn_test.sh line 435: +In srv6_hencap_red_l3vpn_test.sh line 454: + 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 476: @@ -42 +49,17 @@ -In srv6_hencap_red_l3vpn_test.sh line 482: +In srv6_hencap_red_l3vpn_test.sh line 488: + 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 499: + 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 523: @@ -49 +72 @@ -In srv6_hencap_red_l3vpn_test.sh line 483: +In srv6_hencap_red_l3vpn_test.sh line 524: @@ -56 +79 @@ -In srv6_hencap_red_l3vpn_test.sh line 617: +In srv6_hencap_red_l3vpn_test.sh line 658: @@ -63 +86 @@ -In srv6_hencap_red_l3vpn_test.sh line 640: +In srv6_hencap_red_l3vpn_test.sh line 681: @@ -70 +93 @@ -In srv6_hencap_red_l3vpn_test.sh line 652: +In srv6_hencap_red_l3vpn_test.sh line 693: @@ -77 +100 @@ -In srv6_hencap_red_l3vpn_test.sh line 778: +In srv6_hencap_red_l3vpn_test.sh line 819: @@ -79,0 +103,5 @@ + + +In srv6_hencap_red_l3vpn_test.sh line 858: + ip -netns "${tunsrc_ns}" link add veth0 type veth \ + ^----------^ SC2154 (warning): tunsrc_ns is referenced but not assigned.