showSvcStatus output is different in master and fluorine
Description
Environment
None
Activity
Show:
Robert Varga October 5, 2021 at 11:37 PM
So the IP address part was caused by https://git.opendaylight.org/gerrit/c/infrautils/+/76352 . Since then we have an InetAddress, but use toString() to convert it. Since these are synthetic, they do not have a host name, hence the leading slash.
Robert Varga July 23, 2020 at 9:57 AM
@Faseela K what should we do with this issue? We have had couple of releases since Fluorine and I am not sure this should be treated as a bug.
Recently noticed that there is a difference in the Node IPAddress format in master and Neon.
Also, the description has started showing up in the CLI output.
Master
=====
Node IP Address: /10.30.170.44
System is operational: true
System ready state: ACTIVE
IFM : OPERATIONAL
OPENFLOW ...
Fluorine
=======
Node IP Address: 10.30.170.214
System is operational: true
System ready state: ACTIVE
OPENFLOW : OPERATIONAL (OF::PORTS:: 6653 and...