libvirt/src/network/libvirt-routed-in.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

12 lines
287 B
XML

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