summaryrefslogtreecommitdiff
path: root/.b/etc/libvirt/nwfilter/no-arp-mac-spoofing.xml
blob: a69e7f5394cc82fab7e973d2e82560a0767a4854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
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-arp-mac-spoofing
or other application using the libvirt API.
-->

<filter name='no-arp-mac-spoofing' chain='arp-mac' priority='-520'>
  <uuid>6e3bb280-7894-461f-b995-a70b4ab04adf</uuid>
  <rule action='return' direction='out' priority='350'>
    <arp arpsrcmacaddr='$MAC'/>
  </rule>
  <rule action='drop' direction='out' priority='1000'/>
</filter>