]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Functions to update host network device's multicast filter
authorTony Krowiak <akrowiak@linux.vnet.ibm.com>
Fri, 10 Oct 2014 17:55:42 +0000 (13:55 -0400)
committerLaine Stump <laine@laine.org>
Tue, 28 Oct 2014 18:14:25 +0000 (14:14 -0400)
commitcc0e8c244d080f56392278e836cc378ba848e7aa
tree3d3cc403a5b90452a9b1a661a951fd3710cb6d4b
parent2086a9905aac877d1618f96c7eea8e3d6a01fd9a
util: Functions to update host network device's multicast filter

This patch provides the utility functions to needed to synchronize the
changes made to a guest domain network device's multicast filter
with the corresponding macvtap device's filter on the host:

* Get/add/remove multicast MAC addresses
* Get the macvtap device's RX filter list

Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
Signed-off-by: Laine Stump <laine@laine.org>
src/libvirt_private.syms
src/util/virmacaddr.c
src/util/virmacaddr.h
src/util/virnetdev.c
src/util/virnetdev.h