mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-14 04:20:04 +02:00
Maint: internal/routing uses internal/netlink
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ func _main(ctx context.Context, buildInfo models.BuildInformation,
|
||||
Prefix: "routing: ",
|
||||
Level: firewallLogLevel,
|
||||
})
|
||||
routingConf := routing.New(routingLogger)
|
||||
routingConf := routing.New(netLinker, routingLogger)
|
||||
|
||||
defaultInterface, defaultGateway, err := routingConf.DefaultRoute()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user