
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>
8 lines
102 B
Go
8 lines
102 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package netlink
|
|
|
|
type XfrmPolicy struct{}
|
|
type XfrmState struct{}
|