mirror of https://github.com/vishvananda/netlink
8 lines
102 B
Go
8 lines
102 B
Go
|
//go:build !linux
|
||
|
// +build !linux
|
||
|
|
||
|
package netlink
|
||
|
|
||
|
type XfrmPolicy struct{}
|
||
|
type XfrmState struct{}
|