Change in libosmocore[master]: ns2: vty: add missing docs for IPv6 address

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Sep 24 23:32:18 UTC 2020


lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/20273 )

Change subject: ns2: vty: add missing docs for IPv6 address
......................................................................

ns2: vty: add missing docs for IPv6 address

Change-Id: I0ac04e1352ceadb7b787bcb3358c70e5bfd7c65b
---
M src/gb/gprs_ns2_vty.c
1 file changed, 6 insertions(+), 3 deletions(-)

Approvals:
  daniel: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c
index 81f88b6..f204ff1 100644
--- a/src/gb/gprs_ns2_vty.c
+++ b/src/gb/gprs_ns2_vty.c
@@ -404,7 +404,8 @@
 	"nse <0-65535> remote-ip " VTY_IPV46_CMD,
 	NSE_CMD_STR
 	"Remote IP Address\n"
-	"Remote IP Address\n")
+	"Remote IPv4 Address\n"
+	"Remote IPv6 Address\n")
 {
 	uint16_t nsei = atoi(argv[0]);
 	struct ns2_vty_vc *vtyvc;
@@ -555,7 +556,8 @@
       "encapsulation udp local-ip " VTY_IPV46_CMD,
 	ENCAPS_STR "NS over UDP Encapsulation\n"
 	"Set the IP address on which we listen for NS/UDP\n"
-	"IP Address\n")
+	"IPv4 Address\n"
+	"IPv6 Address\n")
 {
 	osmo_sockaddr_str_from_str2(&priv.udp, argv[0]);
 
@@ -632,7 +634,8 @@
       "encapsulation framerelay-gre local-ip " VTY_IPV46_CMD,
 	ENCAPS_STR "NS over Frame Relay over GRE Encapsulation\n"
 	"Set the IP address on which we listen for NS/FR/GRE\n"
-	"IP Address\n")
+	"IPv4 Address\n"
+	"IPv6 Address\n")
 {
 	osmo_sockaddr_str_from_str2(&priv.frgreaddr, argv[0]);
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/20273
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0ac04e1352ceadb7b787bcb3358c70e5bfd7c65b
Gerrit-Change-Number: 20273
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200924/f05464c2/attachment.htm>


More information about the gerrit-log mailing list