[ovs-dev] [PATCH v2 3/3] ovn: Update ovn-nbctl manpage with DHCP lsp commands.

Mark Michelson mmichels at redhat.com
Wed Jul 26 21:28:13 UTC 2017


This adds the appropriate manpage entries for ovn-nbctl for

lsp-set-dhcpv4-options
lsp-get-dhcpv4-options
lsp-set-dhcpv6-options
lsp-get-dhcpv4-options

Signed-off-by: Mark Michelson <mmichels at redhat.com>
---
 ovn/utilities/ovn-nbctl.8.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index 15012af6b..612197780 100644
--- a/ovn/utilities/ovn-nbctl.8.xml
+++ b/ovn/utilities/ovn-nbctl.8.xml
@@ -286,6 +286,28 @@
         Get the type-specific options for the logical port.
       </dd>
 
+      <dt><code>lsp-set-dhcpv4-options</code> <var>port</var> <var>dhcp_options</var></dt>
+      <dd>
+        Set the DHCPv4 options for the logical port.  The <var>dhcp_options</var> is a UUID
+        referring to a set of DHCP options in the <ref table="DHCP_Options" /> table.
+      </dd>
+
+      <dt><code>lsp-get-dhcpv4-optoins</code> <var>port</var></dt>
+      <dd>
+        Get the configured DHCPv4 options for the logical port.
+      </dd>
+
+      <dt><code>lsp-set-dhcpv6-options</code> <var>port</var> <var>dhcp_options</var></dt>
+      <dd>
+          Set the DHCPv6 options for the logical port.  The <var>dhcp_options</var> is a UUID
+          referring to a set of DHCP options in the <ref table="DHCP_Options" /> table.
+      </dd>
+
+      <dt><code>lsp-get-dhcpv6-optoins</code> <var>port</var></dt>
+      <dd>
+        Get the configured DHCPv6 options for the logical port.
+      </dd>
+
     </dl>
 
     <h1>Logical Router Commands</h1>
-- 
2.13.3



More information about the dev mailing list