blob: b9616b9fc987168bdbc7f5912c7686244bd0bd83 (
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 allow-dhcpv6
or other application using the libvirt API.
-->
<filter name='allow-dhcpv6' chain='ipv6' priority='-600'>
<uuid>b0f2378e-0c9a-47c8-849c-3eb3fa08c414</uuid>
<rule action='accept' direction='out' priority='100'>
<ipv6 srcipaddr='fe80::' srcipmask='10' dstipaddr='ff02::1:2' protocol='udp' srcportstart='546' dstportstart='547'/>
</rule>
<rule action='accept' direction='in' priority='100'>
<ipv6 protocol='udp' srcportstart='547' dstportstart='546'/>
</rule>
</filter>
|