summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2018-10-25 11:34:24 -0700
committerhagbard <vyosdev@derith.de>2018-10-25 11:38:48 -0700
commitfd0f4529eba75dee6b993ce449987e267a95cfb4 (patch)
treeb873cc578d15968210b4993fe8400eb7dccc159c /src
parentb001ad373219df7b460ae5dc86d7a511fe5cc3dd (diff)
downloadvyos-1x-fd0f4529eba75dee6b993ce449987e267a95cfb4.tar.gz
vyos-1x-fd0f4529eba75dee6b993ce449987e267a95cfb4.zip
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
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/vrrp.py1
1 files changed, 1 insertions, 0 deletions
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 -%}