GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/1231
CLOUDSTACK-9151 - As a Developer I want the VRID to be set within the limits of KeepaliveD This PR fixes a blocker issue! - Just like with RVRs, use the VRID 51 instead of making it dependent on the VPCID - Reason: arbitary unique number 0..255 used to differentiate multiple instances of vrrpd running on the same NIC (and hence same socket). virtual_router_id 51 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ekholabs/cloudstack fix/vrid-rvpc-CLOUDSTACK-9151 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1231.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1231 ---- commit 2bebb7f8a38c3ef94bbd55c69d7ec1070450dc22 Author: Wilder Rodrigues <wrodrig...@schubergphilis.com> Date: 2015-12-12T15:26:00Z CLOUDSTACK-9151 - Removes the replacement of the VRID in the CsRedundant file - Just like with RVRs, use the VRID 51 instead of making it dependent on the VPCID - Reason: arbitary unique number 0..255 used to differentiate multiple instances of vrrpd running on the same NIC (and hence same socket). virtual_router_id 51 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---