提交 a47d0537 编写于 作者: H Han Han 提交者: John Ferlan

virt-xml-validate: Add schema for nwfilterbinding

https://bugzilla.redhat.com/show_bug.cgi?id=1600330

Add nwfilterbinding schema in virt-xml-validate for autoprobing.
Add document of nwfilterbinding schema in tools/virt-xml-validate.pod.
Signed-off-by: NHan Han <hhan@redhat.com>
Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
上级 09c67432
...@@ -77,6 +77,9 @@ if [ -z "$TYPE" ]; then ...@@ -77,6 +77,9 @@ if [ -z "$TYPE" ]; then
*device*) *device*)
TYPE="nodedev" TYPE="nodedev"
;; ;;
*filterbinding*)
TYPE="nwfilterbinding"
;;
*filter*) *filter*)
TYPE="nwfilter" TYPE="nwfilter"
;; ;;
......
...@@ -52,6 +52,10 @@ The schema for the XML format used to declare driver capabilities ...@@ -52,6 +52,10 @@ The schema for the XML format used to declare driver capabilities
The schema for the XML format used by network traffic filters The schema for the XML format used by network traffic filters
=item C<nwfilterbinding>
The schema for XML format used by network filter bindings.
=item C<secret> =item C<secret>
The schema for the XML format used by secrets descriptions The schema for the XML format used by secrets descriptions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册