From 4029814a1ee22d02748ab92e01c357c66a9f9137 Mon Sep 17 00:00:00 2001 From: hagbard Date: Thu, 25 Oct 2018 11:34:24 -0700 Subject: T933: vrrp split brain while using unicast mode and virtual mac address - adding vmac_xmit_base to keepalived.conf when use_vmac is being used otherwise both nodes will become master --- src/conf_mode/vrrp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf_mode') diff --git a/src/conf_mode/vrrp.py b/src/conf_mode/vrrp.py index 0480a886a..c458e3b04 100755 --- a/src/conf_mode/vrrp.py +++ b/src/conf_mode/vrrp.py @@ -78,6 +78,7 @@ vrrp_instance {{ group.name }} { {% if group.use_vmac -%} use_vmac {{group.interface}}v{{group.vrid}} + vmac_xmit_base {% endif -%} {% if group.auth_password -%} -- cgit v1.2.3