mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-22 03:44:26 +02:00
Maint: only internal/netlink depends on github.com/vishvananda/netlink
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package netlink
|
||||
|
||||
import "github.com/vishvananda/netlink"
|
||||
|
||||
//nolint:revive
|
||||
const (
|
||||
FAMILY_ALL = netlink.FAMILY_ALL
|
||||
FAMILY_V4 = netlink.FAMILY_V4
|
||||
)
|
||||
Reference in New Issue
Block a user