Support wgkex loadbalancing/client steering mechanism #2
shellcheck.yml
on: pull_request
runner / shellcheck
5s
Annotations
4 errors and 2 warnings
runner / shellcheck:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L118
[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:118: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#L118
[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:118:117: 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#L184
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:184:- ip address add "${LINKLOCAL}"/64 dev $MESH_VPN_IFACE
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:184:+ 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#L35
[shellcheck] reported by reviewdog 🐶
Declare and assign separately to avoid masking return values.
Raw Output:
./ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink:35:11: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
|
runner / shellcheck:
ffmuc-mesh-vpn-wireguard-vxlan/files/lib/gluon/gluon-mesh-wireguard-vxlan/checkuplink#L184
[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:184:40: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|