Support wgkex loadbalancing/client steering mechanism #3
shellcheck.yml
on: pull_request
runner / shellcheck
10s
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)
|