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

<filter name='no-mac-spoofing' chain='mac' priority='-800'>
  <uuid>649c6d5f-891c-4c31-a338-8687b45ceecb</uuid>
  <rule action='return' direction='out' priority='500'>
    <mac srcmacaddr='$MAC'/>
  </rule>
  <rule action='drop' direction='out' priority='500'>
    <mac/>
  </rule>
</filter>