wgenging: use logger.Logf type in openbsd router.

Signed-off-by: David Anderson <dave@natulte.net>
main
David Anderson 6 years ago
parent 3d5ef74f26
commit afa83358f7
  1. 2
      wgengine/router_openbsd.go

@ -26,7 +26,7 @@ import (
// implementation. This merits further investigation.
type openbsdRouter struct {
logf func(fmt string, args ...interface{})
logf logger.Logf
tunname string
local wgcfg.CIDR
routes map[wgcfg.CIDR]struct{}

Loading…
Cancel
Save