[Kimchi-devel] [PATCH] Adds 'in_use' info to API.md

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Fri Mar 21 12:30:58 UTC 2014


The network lookup function returns the new field "in_use". API.md was
not updated properly. This patch fixes this.

Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
---
 docs/API.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/API.md b/docs/API.md
index b8f941a..103d88b 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -485,6 +485,7 @@ A interface represents available interface on host.
         * active: The Network is ready for use
         * inactive: The Network is not available
     * autostart: Network autostart onboot
+    * in_use: Indicates ('true') if some guest is attached to this network
     * vms: all vms attached to this network
     * subnet: Network segment in slash-separated format with ip address and prefix
     * dhcp: DHCP services on the virtual network is enabled.
-- 
1.8.5.3




More information about the Kimchi-devel mailing list