File: xfrm_unspecified.go

package info (click to toggle)
golang-github-vishvananda-netlink 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 1,648 kB
  • sloc: makefile: 25
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//go:build !linux
// +build !linux

package netlink

type XfrmPolicy struct{}
type XfrmState struct{}