libvirt/src/network/libvirt-routed-out.policy
Eric Garver 2a461957b1 network: firewalld: add policies for routed networks
Signed-off-by: Eric Garver <eric@garver.life>
Reviewed-by: Laine Stump <laine@redhat.com>
2022-11-05 14:40:26 -04:00

13 lines
311 B
XML

<?xml version="1.0" encoding="utf-8"?>
<policy target="ACCEPT">
<short>libvirt-routed-out</short>
<description>
This policy is used to allow routed virtual machine traffic to the rest of
the network.
</description>
<ingress-zone name="libvirt-routed" />
<egress-zone name="ANY" />
</policy>