GabrielBrascher commented on issue #3037: kvm: when untagged vxlan is used, use the default guest/public bridge URL: https://github.com/apache/cloudstack/pull/3037#issuecomment-442177759 Thanks, @rhtyd! I also noticed that line 232 has the folowing code: `if (nic.getBroadcastType() == Networks.BroadcastDomainType.Vlan || nic.getBroadcastType() == Networks.BroadcastDomainType.Vxlan) {` The method `isBroadcastTypeVlanOrVxlan` that you created can be used on that conditional as well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
