bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
285 stars 46 forks source link

Reflect Golang net.IP changes #382

Closed BarbarossaTM closed 2 years ago

BarbarossaTM commented 2 years ago

It looks like Golang changed the behavior of the net.IP type with the latest redesign, so that the address family cannot be determined anymore by looking at the length of the underlying byte slice. Adding two more tests to notice any regressions early in the future.