Re: [libvirt] [PATCHv2 2/2] dnsmasq: disable IPv6 default gateway in RA for isolated networks

2016-07-01 Thread Laine Stump
On 07/01/2016 07:50 AM, Maxim Perevedentsev wrote: IPv6 RA always contains an implicit default route via the link-local address of the source of RA. This forces the guest to install a route via isolated network, which may disturb the guest's networking in case of multiple interfaces. More info

[libvirt] [PATCHv2 2/2] dnsmasq: disable IPv6 default gateway in RA for isolated networks

2016-07-01 Thread Maxim Perevedentsev
IPv6 RA always contains an implicit default route via the link-local address of the source of RA. This forces the guest to install a route via isolated network, which may disturb the guest's networking in case of multiple interfaces. More info in 013427e6e733f7a662f4e8a9c11f7dad4cd65e3f. The