[Bug 746497] Re: libvirt installs firewall rules on package upgrades

Serge Hallyn 746497 at bugs.launchpad.net
Fri Apr 1 20:38:28 UTC 2011


Thanks again for opening this bug.

After talking to upstream (specifically thanks to laine on #virt :), the
firewall rules are a feature of the libvirt networks.  To do what you
want, you should create the bridge yourself (i.e. using
/etc/network/interfaces), and then specify that the vm's attach to that.
So  you would have no libvirt networks at all.  The VM xml to do that
would look like:

<interface type='bridge'>
	<source bridge='br0'/>
	<mac address='00:16:3e:1a:b3:4a'/>
</interface>

** Changed in: libvirt (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/746497

Title:
  libvirt installs firewall rules on package upgrades



More information about the Ubuntu-server-bugs mailing list