Maint: internal/routing uses internal/netlink

This commit is contained in:
Quentin McGaw (desktop)
2021-08-23 20:56:10 +00:00
parent 7907146aaf
commit ee82a85543
10 changed files with 95 additions and 33 deletions

View File

@@ -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 {