I am trying to get the IPv6 addresses from routers running ROS 5.26.
When I use
/ipv6/address/getall
I get the IPv5 addresses.
Can the API get IPv6 addresses? Is so, what is the syntax?
use /ipv6/address/print instead of getall.
Thank you.
That seems to have fixed it.