libvirt/examples/xml/nwfilter/allow-arp.xml
Stefan Berger e3a7137ac2 Add some examples filters
This patch adds some example filters to libvirt. They are automatically
installed into the proper directory for libvirt to pick them up.
2010-03-26 18:01:17 +00:00

4 lines
92 B
XML

<filter name='allow-arp' chain='arp'>
<rule direction='inout' action='accept'/>
</filter>