File: rule_nonlinux.go

package info (click to toggle)
golang-github-vishvananda-netlink 1.3.0-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,568 kB
  • sloc: makefile: 25
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
//go:build !linux
// +build !linux

package netlink

func (r Rule) typeString() string {
	return ""
}