
This commit changes vishvananda/netlink binds godep version to: 49a735373919c4c9a53aff1f9f63da73a243f32d And adds vishvananda/netns with version: 8ba1072b58e0c2a240eb5f6120165c7776c3e7b8
11 lines
180 B
Go
11 lines
180 B
Go
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
|
|
)
|