github.com/sagernet/netlink@v0.0.0-20240612041022-b9a21c07ac6a/netlink_linux.go (about) 1 package netlink 2 3 import "github.com/sagernet/netlink/nl" 4 5 // Family type definitions 6 const ( 7 FAMILY_ALL = nl.FAMILY_ALL 8 FAMILY_V4 = nl.FAMILY_V4 9 FAMILY_V6 = nl.FAMILY_V6 10 FAMILY_MPLS = nl.FAMILY_MPLS 11 )