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 03:56:51 UTC 2020


lynxis lazus has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/73/20273/1

diff --git a/src/gb/gprs_ns2_vty.c b/src/gb/gprs_ns2_vty.c
index 7798ac3..ab869c3 100644
--- a/src/gb/gprs_ns2_vty.c
+++ b/src/gb/gprs_ns2_vty.c
@@ -405,7 +405,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;
@@ -556,7 +557,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]);
 
@@ -633,7 +635,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: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200924/f4fa73f8/attachment.htm>


More information about the gerrit-log mailing list