Files
2024-11-01 17:43:06 +00: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
)