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 <[email protected]>
---
 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

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to