ovn-nbctl: Update logical router port commands.
authorJustin Pettit <jpettit@ovn.org>
Wed, 18 May 2016 00:56:12 +0000 (17:56 -0700)
committerJustin Pettit <jpettit@ovn.org>
Sat, 11 Jun 2016 23:57:47 +0000 (16:57 -0700)
commit31114af758c7e69623ba8be2ea1d82fb96a34094
tree7147dc786829d28233dc56395d7cd205bfafb769
parentfa2a27b294da84a29f1f6b41113300abff263f86
ovn-nbctl: Update logical router port commands.

A few minor changes related to logical router port commands:

    - Use "lrp" instead of "lrport" to be more consistent with later
      changes.
    - Use commands where possible in ovn unit tests.
    - Move documentation to group router commands together.
    - Adds mac/network/peer to lrp-add command.  The existing command
      doesn't require creating a mac or network address, which shouldn't
      be possible.
    - Drops lrport-[get|set]-mac-addresses commands in favor of
      initializing them in lrp-add command.
    - Update references from "lrport" to "lrp" (code) or "port" (user).

Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/utilities/ovn-nbctl.8.xml
ovn/utilities/ovn-nbctl.c
tests/ovn-nbctl.at
tests/ovn.at