summaryrefslogtreecommitdiff
path: root/.b/etc/libvirt/nwfilter/no-ip-spoofing.xml
blob: c15674e0d78fc8c5c101f1c29879552632dd82de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh nwfilter-edit no-ip-spoofing
or other application using the libvirt API.
-->

<filter name='no-ip-spoofing' chain='ipv4-ip' priority='-710'>
  <uuid>a8b106c8-e07f-4f95-a5d6-6af90f9f6ec7</uuid>
  <rule action='return' direction='out' priority='100'>
    <ip srcipaddr='0.0.0.0' protocol='udp'/>
  </rule>
  <rule action='return' direction='out' priority='500'>
    <ip srcipaddr='$IP'/>
  </rule>
  <rule action='drop' direction='out' priority='1000'/>
</filter>