Skip to content

Commit fcccaaa

Browse files
committed
Merge pull request apache#1231 from ekholabs/fix/vrid-rvpc-CLOUDSTACK-9151
CLOUDSTACK-9151 - As a Developer I want the VRID to be set within the limits of KeepaliveDThis 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 * pr/1231: CLOUDSTACK-9151 - Removes the replacement of the VRID in the CsRedundant file Signed-off-by: Remi Bergsma <github@remi.nl>
2 parents a7b098f + 2bebb7f commit fcccaaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ def _redundant_on(self):
137137
" router_id ", " router_id %s" % self.cl.get_name())
138138
keepalived_conf.search(
139139
" interface ", " interface %s" % guest.get_device())
140-
keepalived_conf.search(
141-
" virtual_router_id ", " virtual_router_id %s" % self.cl.get_router_id())
142140
keepalived_conf.greplace("[RROUTER_BIN_PATH]", self.CS_ROUTER_DIR)
143141
keepalived_conf.section("authentication {", "}", [
144142
" auth_type AH \n", " auth_pass %s\n" % self.cl.get_router_password()])

0 commit comments

Comments
 (0)