On Wed, Nov 11, 2009 at 10:43:22AM +0100, Gerhard Stenzel wrote: > This patch disables the mac_filter config switch by default to match > existing convention. > > Signed-off-by: Gerhard Stenzel <[email protected]> > > Index: libvirt/src/qemu/qemu.conf > =================================================================== > --- libvirt.orig/src/qemu/qemu.conf > +++ libvirt/src/qemu/qemu.conf > @@ -153,4 +153,7 @@ > > # hugetlbfs_mount = "/dev/hugepages" > > -mac_filter = 1 > +# mac_filter enables MAC addressed based filtering on bridge ports. > +# This currently requires ebtables to be installed. > +# > +# mac_filter = 1 >
Okay, makes sense and documenting the option is important, applied, I just removed the extra end of line space, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
