mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Maint: only internal/netlink depends on github.com/vishvananda/netlink
This commit is contained in:
@@ -2,6 +2,12 @@ package netlink
|
||||
|
||||
import "github.com/vishvananda/netlink"
|
||||
|
||||
type Rule = netlink.Rule
|
||||
|
||||
func NewRule() *Rule {
|
||||
return netlink.NewRule()
|
||||
}
|
||||
|
||||
var _ Ruler = (*NetLink)(nil)
|
||||
|
||||
type Ruler interface {
|
||||
|
||||
Reference in New Issue
Block a user