]> git.ipfire.org Git - thirdparty/libvirt.git/commit
add MAC address based port filtering to qemu
authorGerhard Stenzel <gstenzel@linux.vnet.ibm.com>
Tue, 3 Nov 2009 22:41:23 +0000 (23:41 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 3 Nov 2009 22:44:48 +0000 (23:44 +0100)
commit0aa72ac6fdc4aa2c85167b22bc54c89f7217cadb
treee8eb6f96596ed535818dc65b8f72fb0ee28cf8b8
parent1fc3816d0f91bc7eddc88176e6fc843c1f168602
add MAC address based port filtering to qemu

* src/qemu/qemu.conf src/qemu/qemu_conf.c src/qemu/qemu_conf.h: there is
  a new config type option for mac filtering
* src/qemu/qemu_bridge_filter.[ch]: new module for the ebtable entry points
* src/qemu/qemu_driver.c: plug the MAC filtering at the right places
  in the domain life cycle
* src/Makefile.am po/POTFILES.in: add the new module
po/POTFILES.in
src/Makefile.am
src/qemu/qemu.conf
src/qemu/qemu_bridge_filter.c [new file with mode: 0644]
src/qemu/qemu_bridge_filter.h [new file with mode: 0644]
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c