napalm-automation-community / napalm-arubaos-switch

NAPALM driver for ArubaOS-Switch
MIT License
16 stars 9 forks source link

IPv6 addresses not returned in /rest/v[6-7]/ipaddresses #2

Closed gcotone closed 3 years ago

gcotone commented 4 years ago

Expected Behavior

Both IPv4 and IPv6 addresses configured on the switch are returned after the API call

Actual Behavior

Only IPv4 addresses are returned

Steps to Reproduce the Problem

1.Configure IPv4 and IPv6 addresses on VLAN x

  1. HTTP GET https:///rest/v7/ipaddresses
  2. Only ipv4 addresses are returned

Specifications

gcotone commented 4 years ago

HPE confirmed IPv6 is not fully supported on the REST API. There's nothing in the roadmap for now.