Attention is currently required from: pespin.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/35281?usp=email )
Change subject: vty: Introduce show cs7 instance asp-remaddr ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
Check SYS#6636
Thanks! Doesn't seem to be this commit, but in the issue the output of `show cs7 instance 0 asp` seems to be a bit weird:
``` asp-dyn-2 as-rkm-1 ASP_ACTIVE m3ua sg server (::ffff:192.168.30.1|::ffff:127.0.0.1|::ffff:192.168.123.1|::1):2905 [::1%1]:51114 asp-dyn-3 as-rkm-2 ASP_ACTIVE m3ua sg server (::ffff:192.168.30.1|::ffff:127.0.0.1|::ffff:192.168.123.1|::1):2905 [::1%1]:55729 ```
Note the ::1%1 which is not there in the other commands: ``` OsmoSTP> show cs7 instance 0 asp-remaddr ASP Name Remote IP Address & Port State CWND SRTT RTO MTU ------------ ---------------------------------------------- ----------------------- -------- -------- -------- -------- ipa-asp-0 [::ffff:127.0.0.2]:20000 TCP_ESTABLISHED 10 20 203333 65535 asp-dyn-1 [::ffff:127.0.0.2]:3000 SCTP_ACTIVE 131064 7 1000 65532 asp-dyn-1 [::1]:3000 SCTP_ACTIVE 262128 0 1000 65536 asp-dyn-2 [::1]:51114 SCTP_ACTIVE 131072 0 1000 65536 asp-dyn-3 [::1]:55729 SCTP_ACTIVE 131072 0 1000 65536 ```