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

Russell Bryant russell at ovn.org
Mon Jul 31 14:33:06 UTC 2017


On Wed, Jul 26, 2017 at 5:28 PM, Mark Michelson <mmichels at redhat.com> wrote:
> 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(+)
>

Thanks, Mark.  I applied these 3 patches to master.

Note that checkpatch.py complained about line lengths in this patch.
I fixed it up before applying.


$ utilities/checkpatch.py -1
== Checking bc6deadf8bca ("ovn: Update ovn-nbctl manpage with DHCP lsp
commands.") ==
WARNING: Line length is >79-characters long
#26 FILE: ovn/utilities/ovn-nbctl.8.xml:289:
      <dt><code>lsp-set-dhcpv4-options</code> <var>port</var>
<var>dhcp_options</var></dt>

WARNING: Line length is >79-characters long
#28 FILE: ovn/utilities/ovn-nbctl.8.xml:291:
        Set the DHCPv4 options for the logical port.  The
<var>dhcp_options</var> is a UUID

WARNING: Line length is >79-characters long
#29 FILE: ovn/utilities/ovn-nbctl.8.xml:292:
        referring to a set of DHCP options in the <ref
table="DHCP_Options" /> table.

WARNING: Line length is >79-characters long
#37 FILE: ovn/utilities/ovn-nbctl.8.xml:300:
      <dt><code>lsp-set-dhcpv6-options</code> <var>port</var>
<var>dhcp_options</var></dt>

WARNING: Line length is >79-characters long
#39 FILE: ovn/utilities/ovn-nbctl.8.xml:302:
          Set the DHCPv6 options for the logical port.  The
<var>dhcp_options</var> is a UUID

WARNING: Line length is >79-characters long
#40 FILE: ovn/utilities/ovn-nbctl.8.xml:303:
          referring to a set of DHCP options in the <ref
table="DHCP_Options" /> table.

Lines checked: 54, Warnings: 6, Errors: 0


More information about the dev mailing list