]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: Update usage in help message
authorEli Cohen <eli@mellanox.com>
Sun, 4 Jun 2017 12:36:48 +0000 (15:36 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Jun 2017 19:29:36 +0000 (12:29 -0700)
Add to usage message a description of how to configure Infiniband node
and port GUIDs. Also modify the man page to emphasize the GUIDs are
configured for Infiniband VFs.

Fixes: d91fb3f4c7e4 ("Add support for configuring Infiniband GUIDs")
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
ip/iplink.c
man/man8/ip-link.8.in

index 58af402cc5ebb1202d860ccfc51e1e59750d2c7c..682f7eebd139cc85f75817a761d62a763a927759 100644 (file)
@@ -91,6 +91,8 @@ void iplink_usage(void)
                "                                  [ query_rss { on | off} ]\n"
                "                                  [ state { auto | enable | disable} ] ]\n"
                "                                  [ trust { on | off} ] ]\n"
+               "                                  [ node_guid { eui64 } ]\n"
+               "                                  [ port_guid { eui64 } ]\n"
                "                         [ xdp { off |\n"
                "                                 object FILE [ section NAME ] [ verbose ] |\n"
                "                                 pinned FILE } ]\n"
index 52571b724af46f5c36449f8aebd174ca15e6259e..5d73538b7ec3cd0d9bc543fa3bf5c285bdbfd118 100644 (file)
@@ -1564,10 +1564,10 @@ sent by the VF.
 which may impact security and/or performance. (e.g. VF multicast promiscuous mode)
 .sp
 .BI node_guid " eui64"
-- configure node GUID for the VF.
+- configure node GUID for Infiniband VFs.
 .sp
 .BI port_guid " eui64"
-- configure port GUID for the VF.
+- configure port GUID for Infiniband VFs.
 .in -8
 
 .TP