Re: [libvirt] [PATCH v3 0/2] Sync macvtap device modes when guest rxfilter changes

2015-01-30 Thread Michal Privoznik
On 22.01.2015 20:47, akrow...@linux.vnet.ibm.com wrote: From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch set provides the code to synchonize some macvtap device modes when the values are changed on the guest's network device. The following modes will by synchronized: * PROMISC

[libvirt] [PATCH v3 0/2] Sync macvtap device modes when guest rxfilter changes

2015-01-22 Thread akrowiak
From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch set provides the code to synchonize some macvtap device modes when the values are changed on the guest's network device. The following modes will by synchronized: * PROMISC * MULTICAST * ALLMULTI I noticed something while testing this