This file is indexed.

/etc/libvirt/nwfilter/qemu-announce-self.xml is in libvirt-bin 1.3.1-1ubuntu10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<filter name='qemu-announce-self' chain='root'>
    <!-- as of 4/26/2010 qemu sends out a bogus packet with
         wrong rarp protocol ID -->
    <!-- accept what is being sent now -->
    <rule action='accept' direction='out'>
        <mac protocolid='0x835'/>
    </rule>

    <!-- accept if it was changed to rarp -->
    <filterref filter='qemu-announce-self-rarp'/>
    <filterref filter='no-other-rarp-traffic'/>

</filter>