mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
1730a8e5ff
This allows to make use of libvirt network filtering support with virt-install. With the additional option "filterref" in the --network parameter one can configure any defined nwfilter per network interface, i.e.: virt-install ... --network network=mynet,model=virtio,filterref=clean-traffic (crobinso: add an xmlparse test case)