From: Laine Stump Date: Mon, 27 Mar 2017 04:40:18 +0000 (-0400) Subject: docs: make interface start mode element optional X-Git-Tag: v3.2.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b101101d09424766e099c84c891a110c0e0473f4;p=thirdparty%2Flibvirt.git docs: make interface start mode element optional This brings the libvirt version of this RNG file in line with the same file in netcf (as soon as the corresponding patch there is ACKed and pushed). There's no reason to require it when defining an interface (the config option it corresponds to is optional), and it isn't even output in the status of an interface. Resolves: https://bugzilla.redhat.com/1414404 --- diff --git a/docs/schemas/interface.rng b/docs/schemas/interface.rng index 052703ce84..4bb08e96a4 100644 --- a/docs/schemas/interface.rng +++ b/docs/schemas/interface.rng @@ -279,17 +279,19 @@ - - - - onboot - none - hotplug - - - - + + + + + onboot + none + hotplug + + + + +