]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Validation flags for creating net, nwfilter-binding, net port
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:14 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:57:36 +0000 (19:57 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index f62395c82e49b7846bdf51dcd3a780237be95856..74254b7b0fe5ec5d0219523f727fd10272244bbc 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -472,6 +472,18 @@ v7.8.0 (2021-10-01)
 
   * qemu: Add attribute ``queue_size`` for virtio-blk devices
 
+* **Improvements**
+
+  * api: Add XML validation for creating of: networkport, nwfilter-binding,
+    network
+
+    * Add flag ``VIR_NETWORK_PORT_CREATE_VALIDATE`` to validate network port
+      input xml of network-port creating.
+    * Add flag ``VIR_NETWORK_CREATE_VALIDATE`` to validate network input xml of
+      network creating.
+    * Add flag ``VIR_NWFILTER_BINDING_CREATE_VALIDATE`` to validate
+      nwfilter-binding input xml of nwfilter-binding creating.
+
 
 v7.7.0 (2021-09-01)
 ===================