ipn/ipnlocal: add localNodeContext with netmap-related fields and methods
Updates #12614 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
@@ -770,7 +770,7 @@ func (h *peerAPIHandler) replyToDNSQueries() bool {
|
||||
// but an app connector explicitly adds 0.0.0.0/32 (and the
|
||||
// IPv6 equivalent) to make this work (see updateFilterLocked
|
||||
// in LocalBackend).
|
||||
f := b.filterAtomic.Load()
|
||||
f := b.currentNode().filter()
|
||||
if f == nil {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user