libvirt/src/conf
Laine Stump 30a6f91686 network: allow configuring firewalld zone for virtual network bridge device
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.:

   ...
   <bridge name='virbr0' zone='myzone'/>
   ...

If a zone is specified in the config and it can't be honored, this
will be an error.

Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2019-02-01 12:57:13 -05:00
..
capabilities.c conf: Alter virCapabilitiesFormatGuestXML to take virCapsGuestPtr 2019-01-29 13:24:46 -05:00
capabilities.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
cpu_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
device_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
device_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
domain_addr.c lib: Use more of VIR_STEAL_PTR() 2019-01-28 14:46:58 +01:00
domain_addr.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
domain_audit.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domain_audit.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
domain_capabilities.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domain_capabilities.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
domain_conf.c conf: fix enum convertor function for feature capability errors 2019-01-31 10:54:22 +00:00
domain_conf.h conf: Add virDomainDeviceSetData 2019-01-24 18:59:38 -05:00
domain_event.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domain_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
domain_nwfilter.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domain_nwfilter.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
interface_conf.c Remove even more Author(s): lines from source files 2019-01-03 13:24:18 +01:00
interface_conf.h Remove even more Author(s): lines from source files 2019-01-03 13:24:18 +01:00
Makefile.inc.am conf: Add new module node_device_util 2018-11-12 16:23:35 +01:00
netdev_bandwidth_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
netdev_bandwidth_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
netdev_vlan_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
netdev_vlan_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
netdev_vport_profile_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
netdev_vport_profile_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
network_conf.c network: allow configuring firewalld zone for virtual network bridge device 2019-02-01 12:57:13 -05:00
network_conf.h network: allow configuring firewalld zone for virtual network bridge device 2019-02-01 12:57:13 -05:00
network_event.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
network_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
networkcommon_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
networkcommon_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
node_device_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
node_device_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
node_device_event.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
node_device_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
node_device_util.c conf: Add new module node_device_util 2018-11-12 16:23:35 +01:00
node_device_util.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
numa_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
numa_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
nwfilter_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nwfilter_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
nwfilter_ipaddrmap.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nwfilter_ipaddrmap.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
nwfilter_params.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nwfilter_params.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
object_event_private.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
object_event.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
object_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
secret_conf.c lib: Use more of VIR_STEAL_PTR() 2019-01-28 14:46:58 +01:00
secret_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
secret_event.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
secret_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
snapshot_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
snapshot_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_adapter_conf.c
storage_adapter_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_conf.c conf: Introduce virStoragePoolXMLNamespace 2019-01-29 19:16:13 -05:00
storage_conf.h conf: Introduce virStoragePoolXMLNamespace 2019-01-29 19:16:13 -05:00
storage_event.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
storage_event.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virchrdev.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virchrdev.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virdomainobjlist.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virdomainobjlist.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virinterfaceobj.c conf: rename Export Callback functions 2018-08-14 12:41:40 +02:00
virinterfaceobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetworkobj.c lib: Use more of VIR_STEAL_PTR() 2019-01-28 14:46:58 +01:00
virnetworkobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnodedeviceobj.c conf: Add check to avoid a NULL compare for SysfsPath 2019-01-24 17:31:32 -05:00
virnodedeviceobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnwfilterbindingdef.c conf: add support for parsing/formatting virNWFilterBindingDefPtr 2018-06-26 11:22:07 +01:00
virnwfilterbindingdef.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnwfilterbindingobj.c conf: introduce a virNWFilterBindingObjListPtr struct 2018-06-26 11:22:07 +01:00
virnwfilterbindingobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnwfilterbindingobjlist.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnwfilterbindingobjlist.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnwfilterobj.c nwfilter: remove virt driver callback layer for rebuilding filters 2018-06-26 18:17:20 +01:00
virnwfilterobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virsavecookie.c
virsavecookie.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virsecretobj.c lib: Use more of VIR_STEAL_PTR() 2019-01-28 14:46:58 +01:00
virsecretobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virstorageobj.c Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
virstorageobj.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00