mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
c6cbe18771
Creating firewall rules for the virtual networks causes the kernel to load the conntrack module. This imposes a significant performance penalty on Linux network traffic. Thus we want to only take that hit if we actually have virtual networks running. We need to create global firewall rules during startup in order to "upgrade" rules for any running networks created by older libvirt. If no running networks are present though, we can safely delay setup until the time we actually start a network. Reviewed-by: Jim Fehlig <jfehlig@suse.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> |
||
---|---|---|
.. | ||
base.args | ||
nat-default-linux.args | ||
nat-default.xml | ||
nat-ipv6-linux.args | ||
nat-ipv6.xml | ||
nat-many-ips-linux.args | ||
nat-many-ips.xml | ||
nat-no-dhcp-linux.args | ||
nat-no-dhcp.xml | ||
nat-tftp-linux.args | ||
nat-tftp.xml | ||
route-default-linux.args | ||
route-default.xml |