Files
kubevpn/vendor/github.com/tailscale/netlink/netlink_linux.go
2024-10-09 21:50:32 +08:00

12 lines
211 B
Go

package netlink
import "github.com/tailscale/netlink/nl"
// Family type definitions
const (
FAMILY_ALL = nl.FAMILY_ALL
FAMILY_V4 = nl.FAMILY_V4
FAMILY_V6 = nl.FAMILY_V6
FAMILY_MPLS = nl.FAMILY_MPLS
)