Hi,
after testing your patch,the guest will send arp packet when it
configure vlan or alias on the virtio net.
But bridge or bond do not send arp. what's your opinion?
BTW,this feature need modify the driver of virtio net.
Only the newest linux kernel support it. So what's about old guest os?
Thanks.
On 2014/2/11 16:22, Jason Wang wrote:
On 02/11/2014 03:43 PM, Huangweidong (C) wrote:
Hi,
I found the network was broken after migrating the vm, the same as you
said in "Send the
gratuitous by guest".The vm modify the mac of network card.IN the
scenario with
vlan the network was broken too.
The guest driver of virtio-net in linux kernel 3.10 has included the
feature
which your patch refer to. But qemu has not included the feature. I
want to use your
patch to resolve this problem. Could you give me some advice? And
what’s the plan about next version?
Thanks.
Best Regards!
I'm not sure whether or not it's easy to rebase my old series. Or you
can wait for few days for me to post the new version.
Thanks