a10networks / acos-client

ACOS API Client
Apache License 2.0
35 stars 61 forks source link

[STACK-3594] [STACK-3604] [IPv6 support][Rack flow] Failed to create IPv6 loadbalancer when IPv4 loadbalancer and member already exists on the vThunder. #386

Closed sana-a10 closed 1 year ago

sana-a10 commented 1 year ago

Description

If Bug Fix:

Jira Ticket

https://a10networks.atlassian.net/browse/STACK-3594 https://a10networks.atlassian.net/browse/STACK-3604

Technical Approach

sana-a10 commented 1 year ago

Can you help explain a little bit for why use put instead of post now?

Changed this to "put" because when I am trying to reassign IP address to ethernet interfaces after vThunder reload, if the interface was previously has IPv6 address attached and after reload if same interface is used for IPv4 then because of POST call after reassignment that interface was getting both configurations related to IPv4 and IPv6 address.