mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
tools: fix XML validator detection of network port XML schema
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
5c3def1dc2
commit
2e3e942f99
@ -80,6 +80,9 @@ if [ -z "$TYPE" ]; then
|
||||
*domain*)
|
||||
TYPE="domain"
|
||||
;;
|
||||
*networkport*)
|
||||
TYPE="networkport"
|
||||
;;
|
||||
*network*)
|
||||
TYPE="network"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user