chore(netlink): debug log ip rule commands in netlink instead of routing package
This commit is contained in:
@@ -3,6 +3,7 @@ package netlink
|
||||
import "github.com/qdm12/log"
|
||||
|
||||
type DebugLogger interface {
|
||||
Debug(message string)
|
||||
Debugf(format string, args ...any)
|
||||
Patch(options ...log.Option)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user