RPDiep commented on issue #2792: Fix issue when multiple cidrs with different sizes are assigned on a VR URL: https://github.com/apache/cloudstack/pull/2792#issuecomment-410693481 Before patch: ``` root@r-29920-VM:~# grep 'eth0-[0-9],1,' /etc/dnsmasq.d/cloud.conf dhcp-option=tag:interface-eth0-0,1,255.255.255.128 dhcp-option=tag:interface-eth0-1,1,255.255.255.128 dhcp-option=tag:interface-eth0-2,1,255.255.255.128 dhcp-option=tag:interface-eth0-3,1,255.255.255.128 dhcp-option=tag:interface-eth0-4,1,255.255.255.128 ``` After patch: ``` root@r-29920-VM:~# grep 'eth0-[0-9],1,' /etc/dnsmasq.d/cloud.conf dhcp-option=tag:interface-eth0-0,1,255.255.254.0 dhcp-option=tag:interface-eth0-1,1,255.255.255.128 dhcp-option=tag:interface-eth0-2,1,255.255.255.128 dhcp-option=tag:interface-eth0-3,1,255.255.255.0 dhcp-option=tag:interface-eth0-4,1,255.255.255.0 ```
---------------------------------------------------------------- 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
