diff mbox

opensm: IPv6 SNM update for man page and usage

Message ID 20091126163739.GK13817@me (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Sasha Khapyorsky Nov. 26, 2009, 4:37 p.m. UTC
None
diff mbox

Patch

diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in
index bd8ab4e..0baee7d 100644
--- a/opensm/man/opensm.8.in
+++ b/opensm/man/opensm.8.in
@@ -342,8 +342,8 @@  Specify the sweep time for the performance manager in seconds
 effect if --enable-perfmgr was specified at configure time.
 .TP
 .BI --consolidate_ipv6_snm_req
-Consolidate IPv6 Solicited Node Multicast group join requests into one
-multicast group per MGID PKey.
+Use shared MLID for IPv6 Solicited Node Multicast groups per MGID scope
+and P_Key.
 .TP
 \fB\-v\fR, \fB\-\-verbose\fR
 This option increases the log verbosity level.
diff --git a/opensm/opensm/main.c b/opensm/opensm/main.c
index 18efde1..fc002d8 100644
--- a/opensm/opensm/main.c
+++ b/opensm/opensm/main.c
@@ -322,8 +322,8 @@  static void show_usage(void)
 	       "          queries for off-subnet DGIDs.  Default file is:\n"
 	       "              " OSM_DEFAULT_PREFIX_ROUTES_FILE "\n\n");
 	printf("--consolidate_ipv6_snm_req\n"
-	       "          Consolidate IPv6 Solicited Node Multicast group joins\n"
-	       "          into 1 IB multicast group.\n\n");
+	       "          Use shared MLID for IPv6 Solicited Node Multicast groups\n"
+	       "          per MGID scope and P_Key.\n\n");
 	printf("--verbose, -v\n"
 	       "          This option increases the log verbosity level.\n"
 	       "          The -v option may be specified multiple times\n"