interface.rng: Make miimon and arpmon optional for bond interfaces

This has been optional in netcf for awhile, but the change hadn't been
propogated to the libvirt copy of the RNG.
This commit is contained in:
Laine Stump 2010-11-15 13:31:31 -05:00
parent 1fa88772e9
commit e7e595b4f0

View File

@ -177,6 +177,7 @@
xmit_hash_policy (since 2.6.3/3.2.2) xmit_hash_policy (since 2.6.3/3.2.2)
--> -->
<optional>
<choice> <choice>
<element name="miimon"> <element name="miimon">
<!-- miimon frequency in ms --> <!-- miimon frequency in ms -->
@ -214,6 +215,8 @@
</optional> </optional>
</element> </element>
</choice> </choice>
</optional>
<oneOrMore> <oneOrMore>
<!-- The slave interfaces --> <!-- The slave interfaces -->
<ref name="bare-ethernet-interface"/> <ref name="bare-ethernet-interface"/>