Maint: remove routing from firewall configurator

This commit is contained in:
Quentin McGaw (desktop)
2021-07-26 16:17:01 +00:00
parent 7a222923c7
commit 10b270f742
2 changed files with 2 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ func _main(ctx context.Context, buildInfo models.BuildInformation,
Prefix: "firewall: ",
Level: firewallLogLevel,
})
firewallConf := firewall.NewConfig(firewallLogger, cmder, routingConf,
firewallConf := firewall.NewConfig(firewallLogger, cmder,
defaultInterface, defaultGateway, localNetworks, defaultIP)
if err := routingConf.Setup(); err != nil {