libvirt/examples/xml/nwfilter/no-ip-spoofing.xml

8 lines
216 B
XML
Raw Normal View History

<filter name='no-ip-spoofing' chain='ipv4'>
<!-- drop if srcipaddr is not the IP address of the guest -->
<rule action='drop' direction='out'>
<ip match='no' srcipaddr='$IP' />
</rule>
</filter>