File: netlink_linux.go

package info (click to toggle)
golang-github-vishvananda-netlink 0.0~git20170117.0.ebdfb74-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • sloc: makefile: 24
file content (10 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package netlink

import "github.com/vishvananda/netlink/nl"

// Family type definitions
const (
	FAMILY_ALL = nl.FAMILY_ALL
	FAMILY_V4  = nl.FAMILY_V4
	FAMILY_V6  = nl.FAMILY_V6
)