Signed-off-by: Han Zhou <[email protected]>
---
ovn/utilities/ovn-nbctl.8.xml | 10 +++++-----
ovn/utilities/ovn-nbctl.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index 122a114..74e79a3 100644
--- a/ovn/utilities/ovn-nbctl.8.xml
+++ b/ovn/utilities/ovn-nbctl.8.xml
@@ -168,12 +168,12 @@
<dd>
Sets the addresses associated with <var>port</var> to
<var>address</var>. Each <var>address</var> should be either an
- Ethernet address or an Ethernet address followed by an IP address
- (separated by a space and quoted to form a single command-line
+ Ethernet address or an Ethernet address followed by IP addresses
+ (separated by space and quoted to form a single command-line
argument). The special form <code>unknown</code> is also valid.
- Multiple Ethernet addresses or Ethernet+IP pairs may be set. If no
- <var>address</var> argument is given, <var>port</var> will have no
- addresses associated with it.
+ Multiple Ethernet addresses or Ethernet+IPs combinations may be set.
+ If no <var>address</var> argument is given, <var>port</var> will have
+ no addresses associated with it.
</dd>
<dt><code>lsp-get-addresses</code> <var>port</var></dt>
diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
index 3d74779..03b6c2b 100644
--- a/ovn/utilities/ovn-nbctl.c
+++ b/ovn/utilities/ovn-nbctl.c
@@ -351,7 +351,7 @@ Logical switch port commands:\n\
lsp-get-tag PORT get the PORT's tag if set\n\
lsp-set-addresses PORT [ADDRESS]...\n\
set MAC or MAC+IP addresses for PORT.\n\
- lsp-get-addresses PORT get a list of MAC addresses on PORT\n\
+ lsp-get-addresses PORT get a list of MAC or MAC+IP addresses on PORT\n\
lsp-set-port-security PORT [ADDRS]...\n\
set port security addresses for PORT.\n\
lsp-get-port-security PORT get PORT's port security addresses\n\
--
2.1.0
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev