libvirt/src
Laine Stump 1a72b83d56 network: support setting firewalld zone for bridge device of open networks
The bit of code that sets the firewalld zone was previously a part of
the function networkAddFirewallRules(), which is not called for
networks with <forward mode='open'/>.

Setting the 'libvirt' zone for the bridge device of virtual networks
that also add firewall rules is usually necessary in order to get the
expected traffic through without modifying firewalld's default zone
(which would be a bad idea, because that would affect all the other
host interfaces set to the default zone), but in general we would
*not* want the bridge device for a mode='open' virtual network to be
automatically placed in the "libvirt" zone. However, a user might want
to *explicitly* set some other firewalld zone for mode='open'
networks, and libvirt's network config is a convenient place to do
that.

We enable this by moving the code that sets the firewalld zone into a
separate function that is called for all forward modes that use a
bridge device created/managed by libvirt (nat, route, isolated,
open). If no zone is specified, then the bridge device will be in
whatever zone interfaces are put in by default, but if the <bridge>
element has a "zone" attribute, then the new bridge device will be
placed in the specified zone.

NB: This function is only called when the network is started, and
*not* when the firewall rules of an active network are reloaded at
virtnetworkd restart time, because the firewalld zone of an interface
isn't something that gets inadvertantly changed as a part of some
other unrelated action. For example all iptables rules are cleared by a
firewalld restart, including those rules added by libvirt, but there
is no blanket action that changes the zone of all interfaces, so it's
useful for libvirt to reload its rules when restarting virtnetworkd,
but pointless to re-add the interface to its preferred zone.

Resolves: https://gitlab.com/libvirt/libvirt/-/issues/215
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
2024-09-17 10:55:14 -04:00
..
access api: add virNodeDeviceUpdate() 2024-02-26 11:03:51 +01:00
admin meson: drop explicit python interpreter 2024-01-22 09:14:29 +00:00
bhyve src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
ch ch: Enable bridge network mode 2024-08-28 13:36:14 +02:00
conf network: belatedly update an error message 2024-09-17 10:55:14 -04:00
cpu hyperv: Support hv-xmm-input enlightenment 2024-08-26 11:48:15 +02:00
cpu_map cpu_map: Install SierraForest description file 2024-09-09 09:30:04 +02:00
esx esx: Move error messages onto a single line 2023-09-04 09:35:36 +02:00
hyperv conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
hypervisor hypervisor: interface: Stub out virDomainCreateInBridgePortWithHelper using 'socketpair' on win32 2024-08-27 10:06:31 +02:00
interface udevListInterfaces: Honour array length for zero-length NULL arrays (CVE-2024-8235) 2024-08-29 10:38:40 +02:00
libxl conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
locking meson: drop explicit python interpreter 2024-01-22 09:14:29 +00:00
logging log_cleaner: Detect rotated filenames properly 2024-05-31 08:34:29 +02:00
lxc conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
network network: support setting firewalld zone for bridge device of open networks 2024-09-17 10:55:14 -04:00
node_device nodedev: add ccw device state and remove fencing 2024-06-20 09:38:46 +02:00
nwfilter util/network: new virFirewallBackend enum 2024-05-22 23:19:18 -04:00
openvz openvz_driver: use g_autofree instead of VIR_FREE() 2024-03-19 13:31:25 +01:00
qemu qemuBackupDiskDataCleanupOne: Don't skip rest of cleanup if we can't enter monitor 2024-09-06 18:14:34 +02:00
remote remoteDispatchConnectOpen: Fix check for 'BHYVE' connection type 2024-08-26 18:23:10 +02:00
rpc virnetlibsshsession: Reflect API change in libssh 2024-08-12 15:47:48 +02:00
secret src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
security apparmor: Don't check for existence of templates upfront 2024-09-16 17:57:54 +02:00
storage storage: fs: Remove build-time detection of 'showmount' program 2024-09-05 15:24:55 +02:00
storage_file storage_file_probe: Treat qcow2 images with protocol drivers in backing store field as raw 2023-11-27 10:12:34 +01:00
test conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
util resctrl: Do not rewrite default MB values for new allocations 2024-09-16 12:07:15 +02:00
vbox vbox: Drop needless g_new0(..., 0) in vbox_snapshot_conf.c 2024-04-13 23:16:54 +02:00
vmware capabilities: Allow suppressing error message from virCapabilitiesDomainSupported() 2024-03-12 17:39:21 +01:00
vmx vmx: use xmlBufferDetach() when applicable 2024-09-12 14:52:55 +02:00
vz src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
admin_protocol-structs
datatypes.c datatypes: Simplify error path of 'virGetDomain' 2023-01-06 15:27:52 +01:00
datatypes.h datatypes: Declare g_autoptr cleanup functions for more public objects 2024-05-07 13:03:19 +02:00
driver-hypervisor.h libvirt: Introduce virDomainGraphicsReload API 2024-03-08 17:00:15 +01:00
driver-interface.h
driver-network.h Adding Public Get and Set APIs for Network Metadata 2023-08-25 12:36:37 +02:00
driver-nodedev.h api: add virNodeDeviceUpdate() 2024-02-26 11:03:51 +01:00
driver-nwfilter.h
driver-secret.h
driver-state.h
driver-storage.h
driver-stream.h
driver.c Use 'virTypedParamListFetch' for extracting identity parameters list 2023-05-02 14:32:46 +02:00
driver.h
internal.h internal: Add helper macro for checking multiply and add overflows 2024-09-10 14:26:28 +02:00
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms conf: Report CPU clusters in capabilities XML 2024-01-15 14:56:35 +01:00
libvirt_logging.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms hypervisor: Move domain interface mgmt methods 2024-08-26 16:10:04 +02:00
libvirt_probes.d
libvirt_public.syms libvirt: Introduce virDomainGraphicsReload API 2024-03-08 17:00:15 +01:00
libvirt_qemu.syms
libvirt_remote.syms
libvirt_sasl.syms
libvirt_socket.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt-domain-checkpoint.c Use 'libvirt.org' instead of 'www.libvirt.org' 2023-04-03 09:19:05 +02:00
libvirt-domain-snapshot.c api: document support for external snapshot deletion 2023-01-09 13:33:19 +01:00
libvirt-domain.c docs: Update doc for virDomainSave and virDomainRestore 2024-03-20 14:05:38 +01:00
libvirt-host.c documentation: Remove untrue statement in GetVersion() description 2024-09-12 15:53:10 +02:00
libvirt-interface.c
libvirt-lxc.c virprocess: virProcessGetNamespaces() to void 2024-01-04 17:06:14 +01:00
libvirt-lxc.pc.in
libvirt-network.c network: ensure nparams is non-NULL and non-negative 2024-04-17 13:13:02 +01:00
libvirt-nodedev.c nodedev: allow modify on define of a persistent node device 2024-02-26 11:15:27 +01:00
libvirt-nwfilter.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-qemu.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-qemu.pc.in
libvirt-secret.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-storage.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-stream.c
libvirt.c lib: Use NULLSTR family of macros more 2024-08-19 13:44:12 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
meson.build meson: allow systemd unitdir to be changed 2024-06-07 14:04:19 +01:00
qemu_protocol-structs
README
remote_protocol-structs remote: implement virDomainGraphicsReload 2024-03-08 17:00:15 +01:00
virkeepaliveprotocol-structs
virnetprotocol-structs
virtd-admin.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-ro.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-tcp.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-tls.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd.service.in systemd: Move Documentation lines 2023-10-02 10:41:07 +02:00
virtd.service.limitmemlock.extra.in systemd: Introduce systemd_service_limitmemlock_extra_in 2023-10-25 12:19:26 +02:00
virtd.service.limitnofile.extra.in systemd: Introduce systemd_service_limitnofile_extra_in 2023-10-25 12:19:21 +02:00
virtd.service.oomscoreadjust.extra.in systemd: Introduce systemd_service_oomscoreadjust_extra_in 2023-10-25 12:19:28 +02:00
virtd.service.tasksmax.extra.in systemd: Introduce systemd_service_tasksmax_extra_in 2023-10-25 12:19:24 +02:00
virtd.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * bhyve         - bhyve - The BSD Hypervisor
 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU and Xen drivers.
The ESX, Hyper-V, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories