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 <[email protected]> > --- > 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 <[email protected]> -- Russell Bryant _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
