========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/net/forwarding/vxlan_bridge_1q_mc_ul.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.G0WLujyheT 2025-06-12 21:50:04.796002519 -0700 +++ /tmp/tmp.uQmAn0KIA2 2025-06-12 21:50:07.089987417 -0700 @@ -0,0 +1,1106 @@ + +In vxlan_bridge_1q_mc_ul.sh line 239: + local name=$1; shift + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 240: + local vid=$1; shift + ^----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 242: + ip_link_add "$name" up type vxlan dstport "$VXPORT" \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 245: + ip_link_set_master "$name" br1 + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 246: + bridge_vlan_add vid "$vid" dev "$name" pvid untagged + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 254: + sleep 10 + ^------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 259: + vx_create vx10 10 id 1000 "$@" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 265: + vx_create vx20 20 id 2000 "$@" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 271: + vx10_create "$@" + ^--------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 272: + vx_wait + ^-----^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 277: + vx20_create "$@" + ^--------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 278: + vx_wait + ^-----^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 283: + local ns=$1; shift + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 284: + local if_in=$1; shift + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 285: + local ipv4_in=$1; shift + ^--------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 286: + local ipv6_in=$1; shift + ^--------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 287: + local ipv4_host=$1; shift + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 288: + local ipv6_host=$1; shift + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 291: + ip_link_set_up "$if_in" + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 292: + ip_addr_add "$if_in" "$ipv4_in" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 293: + ip_addr_add "$if_in" "$ipv6_in" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 296: + ip_link_add br1 type bridge vlan_filtering 1 \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 298: + ip_link_set_up br1 + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 301: + vx10_create local "${ipv4_in%/*}" group "$GROUP4" dev "$if_in" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 302: + vx20_create local "${ipv6_in%/*}" group "$GROUP6" dev "$if_in" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 305: + ip_link_add w1 type veth peer name w2 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 306: + ip_link_set_master w1 br1 + ^-----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 307: + ip_link_set_up w1 + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 308: + bridge_vlan_add vid 10 dev w1 + ^---------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 309: + bridge_vlan_add vid 20 dev w1 + ^---------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 312: + simple_if_init w2 + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 313: + defer simple_if_fini w2 + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 316: + ip_link_add w2.10 master vw2 link w2 type vlan id 10 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 317: + ip_link_set_up w2.10 + ^------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 318: + ip_addr_add w2.10 "$ipv4_host" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 321: + ip_link_add w2.20 master vw2 link w2 type vlan id 20 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 322: + ip_link_set_up w2.20 + ^------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 323: + ip_addr_add w2.20 "$ipv6_host" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 391: + adf_mcd_start "$IPMR" || exit "$EXIT_STATUS" + ^--------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 393: + mc_cli add "$swp2" 192.0.2.100 "$GROUP4" "$swp1" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 394: + defer mc_cli remove "$swp2" 192.0.2.100 "$GROUP4" "$swp1" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 396: + mc_cli add "$swp2" 2001:db8:4::1 "$GROUP6" "$swp1" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 397: + defer mc_cli remove "$swp2" 2001:db8:4::1 "$GROUP6" "$swp1" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 402: + mc_cli add "$swp2" 0.0.0.0 "$GROUP4" "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 403: + defer mc_cli remove "$swp2" 0.0.0.0 "$GROUP4" lo10 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 405: + mc_cli add "$swp3" 0.0.0.0 "$GROUP4" "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 406: + defer mc_cli remove "$swp3" 0.0.0.0 "$GROUP4" lo10 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 408: + mc_cli add "$swp2" :: "$GROUP6" "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 409: + defer mc_cli remove "$swp2" :: "$GROUP6" lo10 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 411: + mc_cli add "$swp3" :: "$GROUP6" "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 412: + defer mc_cli remove "$swp3" :: "$GROUP6" lo10 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 417: + adf_mcd_start "$IPMR" || exit "$EXIT_STATUS" + ^--------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 419: + mc_cli add "$IPMR" 192.0.2.100 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 420: + defer mc_cli remove "$IPMR" 192.0.2.33 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 422: + mc_cli add "$IPMR" 2001:db8:4::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 423: + defer mc_cli remove "$IPMR" 2001:db8:4::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 425: + adf_install_rx + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 430: + adf_mcd_start lo || exit "$EXIT_STATUS" + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 432: + mc_cli add lo 192.0.2.120 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 433: + defer mc_cli remove lo 192.0.2.120 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 435: + mc_cli add lo 2001:db8:5::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 436: + defer mc_cli remove lo 2001:db8:5::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 441: + local lo=$1; shift + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 443: + adf_mcd_start "$IPMR" "$lo" || exit "$EXIT_STATUS" + ^--------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 445: + mc_cli add "$lo" 192.0.2.120 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 446: + defer mc_cli remove "$lo" 192.0.2.120 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 448: + mc_cli add "$lo" 2001:db8:5::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 449: + defer mc_cli remove "$lo" 2001:db8:5::1 "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 451: + adf_install_rx + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 456: + adf_mcd_start "$IPMR" || exit "$EXIT_STATUS" + ^--------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 458: + mc_cli add "$IPMR" 0.0.0.0 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 459: + defer mc_cli remove "$IPMR" 0.0.0.0 "$GROUP4" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 461: + mc_cli add "$IPMR" :: "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 462: + defer mc_cli remove "$IPMR" :: "$GROUP6" "$swp2" "$swp3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 464: + adf_install_rx + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 469: + local mac + ^-------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 471: + mac=$(mac_get "$h2") + ^------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 472: + "$MZ" "$h1" -Q 10 -c 10 -d 100msec -p 64 -a own -b "$mac" \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 478: + local mac + ^-------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 480: + mac=$(mac_get "$h2") + ^------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 481: + "$MZ" -6 "$h1" -Q 20 -c 10 -d 100msec -p 64 -a own -b "$mac" \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 487: + local ipv=$1; shift + ^----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 488: + local expect_h2=$1; shift + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 489: + local expect_h3=$1; shift + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 490: + local what=$1; shift + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 492: + local pref=$((100 + ipv)) + ^-----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 493: + local t0_h2 + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 494: + local t0_h3 + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 495: + local t1_h2 + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 496: + local t1_h3 + ^---------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 497: + local d_h2 + ^--------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 498: + local d_h3 + ^--------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 500: + RET=0 + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 502: + t0_h2=$(tc_rule_stats_get "$h2" "$pref" ingress) + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 503: + t0_h3=$(tc_rule_stats_get "$h3" "$pref" ingress) + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 505: + "do_packets_v$ipv" + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 506: + sleep 1 + ^-----^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 508: + t1_h2=$(tc_rule_stats_get "$h2" "$pref" ingress) + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 509: + t1_h3=$(tc_rule_stats_get "$h3" "$pref" ingress) + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 511: + d_h2=$((t1_h2 - t0_h2)) + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 512: + d_h3=$((t1_h3 - t0_h3)) + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 514: + ((d_h2 == expect_h2)) + ^-------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 515: + check_err $? "Expected $expect_h2 packets on H2, got $d_h2" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 517: + ((d_h3 == expect_h3)) + ^-------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 518: + check_err $? "Expected $expect_h3 packets on H3, got $d_h3" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 520: + log_test "VXLAN MC flood $what" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 525: + local h3_should_fail=$1; shift + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 526: + local what=$1; shift + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 528: + RET=0 + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 530: + ping_do "$h1.10" 192.0.2.3 + ^------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 531: + check_err $? "H2 should respond" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 533: + ping_do "$h1.10" 192.0.2.4 + ^------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 534: + check_err_fail "$h3_should_fail" $? "H3 responds" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 536: + log_test "VXLAN MC flood $what" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 541: + local h3_should_fail=$1; shift + ^---------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 542: + local what=$1; shift + ^-----------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 544: + RET=0 + ^---^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 546: + ping6_do "$h1.20" 2001:db8:1::3 + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 547: + check_err $? "H2 should respond" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 549: + ping6_do "$h1.20" 2001:db8:1::4 + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 550: + check_err_fail "$h3_should_fail" $? "H3 responds" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 552: + log_test "VXLAN MC flood $what" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 559: + adf_install_broken_sg + ^-------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 560: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$swp2" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 561: + do_test 4 10 0 "IPv4 nomcroute" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 567: + adf_install_broken_sg + ^-------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 568: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$swp2" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 569: + do_test 6 10 0 "IPv6 nomcroute" + ^-----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 574: + vx10_create local 192.0.2.100 group "$GROUP4" dev "$swp2" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 575: + ipv4_do_test_rx 1 "IPv4 nomcroute ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 580: + vx20_create local 2001:db8:4::1 group "$GROUP6" dev "$swp2" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 581: + ipv6_do_test_rx 1 "IPv6 nomcroute ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 586: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 587: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 588: + do_test 4 10 10 "IPv4 mcroute" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 593: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 594: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 595: + do_test 6 10 10 "IPv6 mcroute" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 600: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 601: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 602: + ipv4_do_test_rx 0 "IPv4 mcroute ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 607: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 608: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 609: + ipv6_do_test_rx 0 "IPv6 mcroute ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 614: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 615: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 616: + ip link set dev vx10 type vxlan mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 617: + sleep 1 + ^-----^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 618: + do_test 4 10 10 "IPv4 mcroute changelink" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 623: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 624: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 625: + ip link set dev vx20 type vxlan mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 626: + sleep 1 + ^-----^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 627: + do_test 6 10 10 "IPv6 mcroute changelink" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 632: + adf_install_starg + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 633: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 634: + do_test 4 10 10 "IPv4 mcroute (*,G)" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 639: + adf_install_starg + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 640: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 641: + do_test 6 10 10 "IPv6 mcroute (*,G)" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 646: + adf_install_starg + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 647: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 648: + ipv4_do_test_rx 0 "IPv4 mcroute (*,G) ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 653: + adf_install_starg + ^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 654: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 655: + ipv6_do_test_rx 0 "IPv6 mcroute (*,G) ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 660: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 661: + do_test 4 0 0 "IPv4 mcroute, no route" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 666: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 667: + do_test 6 0 0 "IPv6 mcroute, no route" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 672: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 673: + vx10_create_wait local 192.0.2.100 dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 674: + bridge fdb add dev vx10 \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 676: + do_test 4 10 10 "IPv4 mcroute FDB" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 681: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 682: + vx20_create_wait local 2001:db8:4::1 dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 683: + bridge -6 fdb add dev vx20 \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 685: + do_test 6 10 10 "IPv6 mcroute FDB" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 691: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 692: + vx10_create_wait local 192.0.2.100 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 693: + bridge fdb del dev vx10 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 694: + bridge fdb add dev vx10 00:00:00:00:00:00 self static dst "$GROUP4" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 695: + do_test 4 10 10 "IPv4 mcroute oif=0" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 705: + ip -6 route add table local multicast "$GROUP6/128" dev "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 706: + defer ip -6 route del table local multicast "$GROUP6/128" dev "$IPMR" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 708: + adf_install_sg + ^------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 709: + vx20_create_wait local 2001:db8:4::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 710: + bridge -6 fdb del dev vx20 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 711: + bridge -6 fdb add dev vx20 00:00:00:00:00:00 self static dst "$GROUP6" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 712: + do_test 6 10 10 "IPv6 mcroute oif=0" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 719: + adf_install_sg_sep + ^----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 721: + ip_addr_add lo 192.0.2.120/28 + ^---------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 722: + vx10_create_wait local 192.0.2.120 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 723: + bridge fdb del dev vx10 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 724: + bridge fdb add dev vx10 00:00:00:00:00:00 self static dst "$GROUP4" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 725: + do_test 4 10 10 "IPv4 mcroute TX!=RX oif=0" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 730: + adf_install_sg_sep_rx lo + ^----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 732: + ip_addr_add lo 192.0.2.120/28 + ^---------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 733: + vx10_create_wait local 192.0.2.120 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 734: + bridge fdb del dev vx10 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 735: + bridge fdb add dev vx10 00:00:00:00:00:00 self static dst "$GROUP4" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 736: + ipv4_do_test_rx 0 "IPv4 mcroute TX!=RX oif=0 ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 741: + adf_install_sg_sep_rx lo + ^----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 743: + ip_addr_add lo 192.0.2.120/28 + ^---------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 744: + vx10_create_wait local 192.0.2.120 group "$GROUP4" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 745: + bridge fdb del dev vx10 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 746: + bridge fdb add \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 748: + ipv4_do_test_rx 0 "IPv4 mcroute TX!=RX ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 753: + adf_install_sg_sep_rx "X$IPMR" + ^----------------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 755: + ip_addr_add "X$IPMR" 2001:db8:5::1/64 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 756: + vx20_create_wait local 2001:db8:5::1 group "$GROUP6" dev "$IPMR" mcroute + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 757: + bridge -6 fdb del dev vx20 00:00:00:00:00:00 + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 758: + bridge -6 fdb add dev vx20 00:00:00:00:00:00 \ + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 760: + ipv6_do_test_rx 0 "IPv6 mcroute TX!=RX ping" + ^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly). + + +In vxlan_bridge_1q_mc_ul.sh line 766: +setup_wait +^--------^ SC2119 (info): Use setup_wait "$@" if function's $1 should mean script's $1. + +For more information: + https://www.shellcheck.net/wiki/SC2119 -- Use setup_wait "$@" if function's... + https://www.shellcheck.net/wiki/SC2317 -- Command appears to be unreachable...