From f994e199467d1f84309ac58573e664f402c73253 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 18 Jan 2024 09:11:24 +0100 Subject: [PATCH] vrrpd: fix typo in switch script --- vrrpd/files/vrrp_switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrrpd/files/vrrp_switch.sh b/vrrpd/files/vrrp_switch.sh index 1bacd859..8806a7fe 100644 --- a/vrrpd/files/vrrp_switch.sh +++ b/vrrpd/files/vrrp_switch.sh @@ -62,7 +62,7 @@ case "${STATE}" in "master" ) # Choose a MAC address MAC_SUFFIX=$(printf %02x "${VRID}") - MAC="00:00:5e:00:01:${MAC_SUFFIX})" + MAC="00:00:5e:00:01:${MAC_SUFFIX}" # Create macvlan interface ip link add link "${INTERFACE_NAME}" address "${MAC}" "${VIRTUAL_INTERFACE_NAME}" type macvlan # Add IP to interface