Skip to content

Commit b46ffaf

Browse files
author
Johan Mårtensson
committed
systemvm: change vrrp multicast address
- For some reason 224.0.0.x doesn't work over the GRE tunnels. Switched to 225.0.0.50 (already firewall rules in places). Maybe it would have been clearer to use a different address and also patch the firewall rules.
1 parent 6cee751 commit b46ffaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
global_defs {
1919
router_id [ROUTER_ID]
20+
vrrp_mcast_group4 225.0.0.50
2021
}
2122

2223
vrrp_script heartbeat {
@@ -48,4 +49,4 @@ vrrp_instance inside_network {
4849
notify_backup "/opt/cloud/bin/master.py --backup"
4950
notify_master "/opt/cloud/bin/master.py --master"
5051
notify_fault "/opt/cloud/bin/master.py --fault"
51-
}
52+
}

0 commit comments

Comments
 (0)