Closed chrismarget-j closed 1 month ago
WIP / todo:
This PR was supposed to be where I introduced individual control for VN -> leaf binding and SVI addresses.
But there was so much technical debt to clean up.
So, one step at a time.
In this PR we have:
json.Masharler
json.Unmarshaler
func ipFromString(s string) (net.IP, error)
func ipNetFromString(s string) (*net.IPNet, error)
func macFromString(s string) (net.HardwareAddr, error)
github.com/stretchr/testify/require
WIP / todo:
This PR was supposed to be where I introduced individual control for VN -> leaf binding and SVI addresses.
But there was so much technical debt to clean up.
So, one step at a time.
In this PR we have:
json.Masharler
andjson.Unmarshaler
interfaces.func ipFromString(s string) (net.IP, error)
func ipNetFromString(s string) (*net.IPNet, error)
func macFromString(s string) (net.HardwareAddr, error)
github.com/stretchr/testify/require