Skip to content

Support wgkex loadbalancing/client steering mechanism #3

Support wgkex loadbalancing/client steering mechanism

Support wgkex loadbalancing/client steering mechanism #3

Triggered via pull request February 6, 2024 22:46
Status Failure
Total duration 19s
Artifacts

shellcheck.yml

on: pull_request
runner / shellcheck
10s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
runner / shellcheck: ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L42
[shellcheck] reported by reviewdog 🐶 In dash, [[ ]] is not supported. Raw Output: ./ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:42:8: error: In dash, [[ ]] is not supported. (ShellCheck.SC3010)
runner / shellcheck: ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L128
[shellcheck] reported by reviewdog 🐶 In dash, == in place of = is not supported. Raw Output: ./ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:128:54: error: In dash, == in place of = is not supported. (ShellCheck.SC3014)
runner / shellcheck: ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L192
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:192:- ip address add "${LINKLOCAL}"/64 dev $MESH_VPN_IFACE ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:192:+ ip address add "${LINKLOCAL}"/64 dev "$MESH_VPN_IFACE"
runner / shellcheck
Process completed with exit code 2.
runner / shellcheck: ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L192
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:192:40: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)