Juniper / apstra-go-sdk

Go SDK for Apstra
Apache License 2.0
4 stars 1 forks source link

Introduce `SetGenericSystemLoopbackIPs()` single-call setting of IPv4 and IPv6 loopback addresses #234

Closed chrismarget-j closed 8 months ago

chrismarget-j commented 8 months ago

This PR introduces SetGenericSystemLoopbackIPs() to the TwoStageL3ClosClient 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.