libvirt/src/network
Daniel P. Berrangé 427eef8959 src: remove deps on ip[6]tables/firewalld.service from systemd units
The unit files both have After=network.target, and this in turn implies
After=network-pre.target. Both iptables.service & ip6tables.service have
Before=network-pre.target since Fedora >= 35 and RHEL >= 8.4.

When we first added the deps on ip[6]tables.service in

  commit 0756415f14
  Author: Laine Stump <laine@redhat.com>
  Date:   Fri May 1 00:05:50 2020 -0400

    systemd: start libvirtd after firewalld/iptables services

the Before=network-pre.target didn't exist, but we can rely on it now
given our supported platforms matrix.

The firewalld.service has similarly has a Before=network-pre.target,
even when we took that commit above, so this dep was in face never
actually needed. This answers the question posed in that above commit
message about firewalld ordering.

https://gitlab.com/libvirt/libvirt/-/issues/489
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2023-07-20 10:58:00 +01:00
..
bridge_driver_conf.c network: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
bridge_driver_conf.h network: create separate config object for virNetworkDriverState 2022-08-24 12:22:47 -04:00
bridge_driver_linux.c virStringParseVersion: Parse into 'unsigned long long' 2023-04-03 09:19:06 +02:00
bridge_driver_nop.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
bridge_driver_platform.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bridge_driver_platform.h network: move driver state struct into bridge_driver_conf.h 2022-08-24 12:22:47 -04:00
bridge_driver.c networkRefreshDhcpDaemon: Get dnsmasq's PID once 2023-04-19 15:00:51 +02:00
bridge_driver.h network: Remove unused includes 2022-06-16 06:43:57 +02:00
default.xml.in network: Use single quotes in default network configuration 2020-08-04 15:12:18 +02:00
leaseshelper.c network: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
libvirt-routed-in.policy network: firewalld: add policies for routed networks 2022-11-05 14:40:26 -04:00
libvirt-routed-out.policy network: firewalld: add policies for routed networks 2022-11-05 14:40:26 -04:00
libvirt-routed.zone network: firewalld: add zone for routed networks 2022-11-05 14:34:47 -04:00
libvirt-to-host.policy network: firewalld: add policies for routed networks 2022-11-05 14:40:26 -04:00
libvirt.zone network: explicitly allow icmp/icmpv6 in libvirt zonefile 2019-02-14 15:06:42 -05:00
meson.build meson: Work around configure_file(copy:true) deprecation 2023-04-20 15:30:18 +02:00
virtnetworkd.init.in configure: Provide OpenRC scripts for sub-daemons 2019-12-16 10:11:22 +01:00
virtnetworkd.service.in src: remove deps on ip[6]tables/firewalld.service from systemd units 2023-07-20 10:58:00 +01:00