Closed chrismarget-j closed 8 months ago
This PR introduces SetGenericSystemLoopbackIPs() to the TwoStageL3ClosClient struct.
SetGenericSystemLoopbackIPs()
TwoStageL3ClosClient
It allows us to set both IPv4 and IPv6 addresses in a single function call, rather than calling the Apstra API for each address family.
This PR introduces
SetGenericSystemLoopbackIPs()
to theTwoStageL3ClosClient
struct.It allows us to set both IPv4 and IPv6 addresses in a single function call, rather than calling the Apstra API for each address family.