[ovs-dev] [PATCH 5/7] ovn-controller: Document supported ovs-appctl commands.

Russell Bryant rbryant at redhat.com
Tue Aug 25 19:58:54 UTC 2015


On 08/24/2015 09:12 PM, Justin Pettit wrote:
> Currently only "exit" is supported, but more will be added shortly.
> 
> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> ---
>  ovn/controller/ovn-controller.8.xml |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml
> index 2d657fb..e057c6a 100644
> --- a/ovn/controller/ovn-controller.8.xml
> +++ b/ovn/controller/ovn-controller.8.xml
> @@ -119,4 +119,18 @@
>          must be restarted.  This behavior should be improved.
>        </p>
>      </p>
> +
> +    <h1>RUNTIME MANAGEMENT COMMANDS</h1>
> +    <p>
> +      <code>ovs-appctl</code> can send commands to a running
> +      <code>ovn-controller</code> process.  The currently supported
> +      commands are described below.
> +      <dl>
> +      <dt><code>exit</code></dt>
> +      <dd>
> +        Causes <code>ovn-controller</code> to gracefully terminate.
> +      </dd>
> +      </dl>
> +    </p>
> +
>  </manpage>
> 

Acked-by: Russell Bryant <rbryant at redhat.com>

-- 
Russell Bryant



More information about the dev mailing list