Re: [libvirt] [PATCH v3 1/2] util: Functions for getting/setting device options

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 provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap devices on the host: * Get/set PROMISC flag *

[libvirt] [PATCH v3 1/2] util: Functions for getting/setting device options

2015-01-22 Thread akrowiak
From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch provides the utility functions needed to synchronize the rxfilter changes made to a guest domain with the corresponding macvtap devices on the host: * Get/set PROMISC flag * Get/set ALLMULTI, MULTICAST Signed-off-by: Tony Krowiak