]> git.proxmox.com Git - ovs.git/commitdiff
ovn: Update ovn-nbctl manpage with DHCP lsp commands.
authorMark Michelson <mmichels@redhat.com>
Wed, 26 Jul 2017 21:28:13 +0000 (16:28 -0500)
committerRussell Bryant <russell@ovn.org>
Mon, 31 Jul 2017 14:24:30 +0000 (10:24 -0400)
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@redhat.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
ovn/utilities/ovn-nbctl.8.xml

index d26677db9ec1041eccaa7d70b16333e01b541c61..a208280884a7c9edeea072fad571eab11e2fe5d7 100644 (file)
         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>