mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
avoid logging stray packets (multicast, etc)
This commit is contained in:
parent
06b94a6c2a
commit
6302ed66b2
@ -125,10 +125,12 @@ func (b *Backend) readTun() {
|
||||
b.clients.Remove(dest)
|
||||
}
|
||||
} else {
|
||||
if b.subnet.Contains(net.IP(dest.addr[:])) {
|
||||
logrus.Errorf("no client with address[%v]", dest)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func (b *Backend) Run() error {
|
||||
logrus.Info("started")
|
||||
|
Loading…
Reference in New Issue
Block a user