wido commented on pull request #5078:
URL: https://github.com/apache/cloudstack/pull/5078#issuecomment-857632761
> > It is weird though. We have one CloudStack (dev) environment where we
use VXLAN with Multicast and not with BGP.
> > This script is in use there and is working just fine.
>
> @wido do you use linux bridge in the environment ?
> if not, it does not have this issue.
Yes. That environment uses Linux bridging:
<pre>
root@n01:~# brctl show
bridge name bridge id STP enabled interfaces
brvx-2001 8000.be3a51f8ca5e no vnet2
vxlan2001
brvx-2002 8000.1265359ad1da no vnet0
vxlan2002
brvx-2004 8000.3e7767b8c917 no vnet1
vxlan2004
cloud0 8000.fe00a9fe017d no vnet3
vnet4
vnet5
cloudbr1 8000.86fab6316ec1 no vxlan100
root@n01:~# cat /etc/cloudstack/agent/agent.properties|grep cloudbr
private.network.device=cloudbr1
guest.network.device=cloudbr0
public.network.device=cloudbr0
root@n01:~#
</pre>
Does this help?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]