Skip to content

Commit ba1f982

Browse files
committed
Merge pull request apache#1 in CS/cloudstack from change_vrrp_multicast_address to 4.8.0-trioptima
* commit 'b46ffaf0f8a945d586f3cf019d7856040305c2e6': systemvm: change vrrp multicast address
2 parents 6cee751 + b46ffaf commit ba1f982

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)