Etienne Champetier d924f05e12 build: update github.com/vishvananda/netlink to 1.3.0
This includes a breaking change:
acdc658b86
route.Dst is now a zero IPNet instead of nil

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
2024-08-26 14:27:30 -04:00

9 lines
102 B
Go

//go:build !linux
// +build !linux
package netlink
func (r Rule) typeString() string {
return ""
}