pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/34056 )
Change subject: tests/vty: test multiple local/remote IP addresses
......................................................................
tests/vty: test multiple local/remote IP addresses
Change-Id: I9e8c6499b26edea271ee8d8c4ab86506e765e000
---
M tests/vty/ss7_asp_test.vty
1 file changed, 21 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/56/34056/1
diff --git a/tests/vty/ss7_asp_test.vty b/tests/vty/ss7_asp_test.vty
index f7d92bd..3296c65 100644
--- a/tests/vty/ss7_asp_test.vty
+++ b/tests/vty/ss7_asp_test.vty
@@ -248,6 +248,13 @@
ASP Name AS Name State Type Role Remote IPaddr & Port SCTP
Role
------------ ------------ ------------- ---- ---- -----------------------
---------
my-asp ? uninitialized m3ua sg 127.0.0.200:12345 server
+ss7_asp_vty_test(config-cs7-asp)# remote-ip 127.0.0.201
+ss7_asp_vty_test(config-cs7-asp)# local-ip 127.0.0.101
+ss7_asp_vty_test(config-cs7-asp)# do show cs7 instance 0 asp
+ Current Primary Link
+ASP Name AS Name State Type Role Remote IPaddr & Port SCTP
Role
+------------ ------------ ------------- ---- ---- -----------------------
---------
+my-asp ? uninitialized m3ua sg (127.0.0.200|127.0.0.201):12345
server
ss7_asp_vty_test(config-cs7-asp)# exit
ss7_asp_vty_test(config-cs7)# as my-ass m3ua
@@ -311,14 +318,14 @@
Current Primary Link
ASP Name AS Name State Type Role Remote IPaddr & Port SCTP
Role
------------ ------------ ------------- ---- ---- -----------------------
---------
-my-asp my-ass ASP_DOWN m3ua sg 127.0.0.200:12345 server
+my-asp my-ass ASP_DOWN m3ua sg (127.0.0.200|127.0.0.201):12345
server
ss7_asp_vty_test(config-cs7-as)# exit
ss7_asp_vty_test(config-cs7)# do show cs7 instance 0 asp
Current Primary Link
ASP Name AS Name State Type Role Remote IPaddr & Port SCTP
Role
------------ ------------ ------------- ---- ---- -----------------------
---------
-my-asp my-ass ASP_DOWN m3ua sg 127.0.0.200:12345 server
+my-asp my-ass ASP_DOWN m3ua sg (127.0.0.200|127.0.0.201):12345
server
ss7_asp_vty_test(config-cs7)# exit
@@ -327,7 +334,7 @@
Current Primary Link
ASP Name AS Name State Type Role Remote IPaddr & Port SCTP
Role
------------ ------------ ------------- ---- ---- -----------------------
---------
-my-asp my-ass ASP_DOWN m3ua sg 127.0.0.200:12345 server
+my-asp my-ass ASP_DOWN m3ua sg (127.0.0.200|127.0.0.201):12345
server
ss7_asp_vty_test(config)# do show cs7 instance 0 as all
Routing Routing Key Cic Cic
Traffic
@@ -342,7 +349,9 @@
cs7 instance 0
asp my-asp 12345 54321 m3ua
local-ip 127.0.0.100
+ local-ip 127.0.0.101
remote-ip 127.0.0.200
+ remote-ip 127.0.0.201
role sg
sctp-role server
as my-ass m3ua
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/34056
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I9e8c6499b26edea271ee8d8c4ab86506e765e000
Gerrit-Change-Number: 34056
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange