mirror of https://github.com/apache/cloudstack.git
systemvm: emit IPv6 prefix block for redundant VPC VRs in radvd.conf (#13127)
This commit is contained in:
parent
0231e67b9d
commit
097a57967b
|
|
@ -107,7 +107,7 @@ class CsVpcGuestNetwork(CsDataBag):
|
|||
self.conf.append(" AdvSendAdvert on;")
|
||||
self.conf.append(" MinRtrAdvInterval 5;")
|
||||
self.conf.append(" MaxRtrAdvInterval 15;")
|
||||
if entry['router_guest_ip6'] == entry['router_guest_ip6_gateway']:
|
||||
if entry['router_guest_ip6'] == entry['router_guest_ip6_gateway'] or self.cl.is_redundant():
|
||||
self.conf.append(" prefix %s" % full_addr)
|
||||
self.conf.append(" {")
|
||||
self.conf.append(" AdvOnLink on;")
|
||||
|
|
|
|||
Loading…
Reference in New Issue