diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2021-05-13 14:31:12 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2021-05-13 14:31:12 -0700 |
| commit | 963d585156fcbc58290fe5629bc5f508cb4259f2 (patch) | |
| tree | 30fd5665f4629c88ef0de40bfd15040aa6929960 /ipn | |
| parent | ebcd7ab89042fb660a96a75a360ce17140084435 (diff) | |
| download | tailscale-bradfitz/demo_pinger.tar.xz tailscale-bradfitz/demo_pinger.zip | |
XXX: plumb a Pinger down to controlclientbradfitz/demo_pinger
Diffstat (limited to 'ipn')
| -rw-r--r-- | ipn/ipnlocal/local.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipn/ipnlocal/local.go b/ipn/ipnlocal/local.go index 00065623a..fdd6d1ed8 100644 --- a/ipn/ipnlocal/local.go +++ b/ipn/ipnlocal/local.go @@ -808,6 +808,7 @@ func (b *LocalBackend) Start(opts ipn.Options) error { DiscoPublicKey: discoPublic, DebugFlags: debugFlags, LinkMonitor: b.e.GetLinkMonitor(), + Pinger: b.e, // Don't warn about broken Linux IP forwading when // netstack is being used. |
