From 73b10a1eed2dda81c53cd1e45d9e9febc7de524a Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Sat, 21 Oct 2017 18:24:58 +0100 Subject: [PATCH] [5396] Doc updated --- doc/guide/hooks.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index fb9dce08c4..46bf9f42f6 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -2085,6 +2085,12 @@ If the subnet exists the response will be similar to this: new subnet. Thus, we recommend that this command is used with extreme caution. + + This command can also be used to completely delete an IPv4 subnet that + is part of a shared network. If you want to simply remove the subnet + from a shared network and keep the subnet configuration, use + network4-subnet-del command instead. + The command has the following structure: @@ -2139,6 +2145,12 @@ If the subnet exists the response will be similar to this: new subnet. Thus, we recommend that this command is used with extreme caution. + + This command can also be used to completely delete an IPv6 subnet that + is part of a shared network. If you want to simply remove the subnet + from a shared network and keep the subnet configuration, use + network6-subnet-del command instead. + The command has the following structure: @@ -2432,8 +2444,10 @@ both the command and the response. network4-subnet-del, network6-subnet-del commands These commands are used to remove a subnet that is part of existing shared - network and demote it to a plain, stand-alone subnet. The - network4-subnet-del and + network and demote it to a plain, stand-alone subnet. If you want to + remove a subnet completely, use subnet4-del or + subnet6-del commands instead. + The network4-subnet-del and network6-subnet-del commands take two parameters: id, which is an integer and specifies subnet-id of existing subnet to be removed from a shared network; and -- 2.47.2