From: Alex Jia Date: Wed, 11 Sep 2013 03:47:14 +0000 (+0800) Subject: tools: add missing 'interface' type and update man page X-Git-Tag: CVE-2013-4311~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4583ccbcf72d5cfb3f078d208c3efbf9aab0d799;p=thirdparty%2Flibvirt.git tools: add missing 'interface' type and update man page Signed-off-by: Alex Jia --- diff --git a/tools/virt-xml-validate.in b/tools/virt-xml-validate.in index 6bfa68fe0e..a04fa06f7a 100644 --- a/tools/virt-xml-validate.in +++ b/tools/virt-xml-validate.in @@ -83,6 +83,9 @@ if [ -z "$TYPE" ]; then *secret*) TYPE="secret" ;; + *interface*) + TYPE="interface" + ;; *) echo "$0: cannot determine schema type for $XMLFILE" >&2 exit 3 @@ -124,6 +127,10 @@ Valid schema names currently include =over 4 +=item C + +The schema for the XML format used by domain snapshot configuration + =item C The schema for the XML format used by guest domains configuration @@ -148,6 +155,18 @@ The schema for the XML format used by node device descriptions The schema for the XML format used to declare driver capabilities +=item C + +The schema for the XML format used by network traffic filters + +=item C + +The schema for the XML format used by secrets descriptions + +=item C + +The schema for the XML format used by physical host interfaces + =back =head1 OPTIONS