ovn-controller: Document supported ovs-appctl commands.
authorJustin Pettit <jpettit@nicira.com>
Sat, 22 Aug 2015 20:09:29 +0000 (13:09 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2015 20:10:07 +0000 (13:10 -0700)
Currently only "exit" is supported, but more will be added shortly.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/controller/ovn-controller.8.xml

index 1543c37..7d383c5 100644 (file)
         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>