diff options
author | hagbard <vyosdev@derith.de> | 2018-10-25 11:34:24 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-10-25 11:38:48 -0700 |
commit | fd0f4529eba75dee6b993ce449987e267a95cfb4 (patch) | |
tree | b873cc578d15968210b4993fe8400eb7dccc159c /src | |
parent | b001ad373219df7b460ae5dc86d7a511fe5cc3dd (diff) | |
download | vyos-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-x | src/conf_mode/vrrp.py | 1 |
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 -%} |