Re: [libvirt] [PATCH v2 6/7] network: allow configuring firewalld zone for virtual network bridge device

2019-02-01 Thread Daniel P . Berrangé
On Thu, Jan 31, 2019 at 08:24:57PM -0500, Laine Stump wrote: > Since we're setting the zone anyway, it will be useful to allow > setting a different (custom) zone for each network. This will be done > by adding a "zone" attribute to the "bridge" element, e.g.: > >... > >... > > If a

[libvirt] [PATCH v2 6/7] network: allow configuring firewalld zone for virtual network bridge device

2019-01-31 Thread Laine Stump
Since we're setting the zone anyway, it will be useful to allow setting a different (custom) zone for each network. This will be done by adding a "zone" attribute to the "bridge" element, e.g.: ... ... If a zone is specified in the config and it can't be honored, this will be an error.