Skip to content

Commit

Permalink
ovn-controller: Document supported ovs-appctl commands.
Browse files Browse the repository at this point in the history
Currently only "exit" is supported, but more will be added shortly.

Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Russell Bryant <[email protected]>
  • Loading branch information
Justin Pettit committed Aug 25, 2015
1 parent 014296b commit 3828bce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ovn/controller/ovn-controller.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,18 @@
daemon 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>

0 comments on commit 3828bce

Please sign in to comment.