blob: c4eeb32a7189c1b5b33a0282ffb912e99dece064 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!--
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 clean-traffic-gateway
or other application using the libvirt API.
-->
<filter name='clean-traffic-gateway' chain='root'>
<uuid>0b674222-9a8b-471f-9670-99200506aff5</uuid>
<filterref filter='no-mac-spoofing'/>
<filterref filter='no-ip-spoofing'/>
<filterref filter='no-arp-spoofing'/>
<rule action='accept' direction='inout' priority='-500'>
<mac protocolid='arp'/>
</rule>
<rule action='accept' direction='in' priority='500'>
<mac srcmacaddr='$GATEWAY_MAC'/>
</rule>
<rule action='accept' direction='out' priority='500'>
<mac dstmacaddr='$GATEWAY_MAC'/>
</rule>
<filterref filter='no-other-l2-traffic'/>
<filterref filter='qemu-announce-self'/>
</filter>
|