mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 11:41:39 +00:00
wgenging: use logger.Logf type in openbsd router.
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
3d5ef74f26
commit
afa83358f7
@ -26,7 +26,7 @@ import (
|
|||||||
// implementation. This merits further investigation.
|
// implementation. This merits further investigation.
|
||||||
|
|
||||||
type openbsdRouter struct {
|
type openbsdRouter struct {
|
||||||
logf func(fmt string, args ...interface{})
|
logf logger.Logf
|
||||||
tunname string
|
tunname string
|
||||||
local wgcfg.CIDR
|
local wgcfg.CIDR
|
||||||
routes map[wgcfg.CIDR]struct{}
|
routes map[wgcfg.CIDR]struct{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user