slackhq / nebula

A scalable overlay networking tool with a focus on performance, simplicity and security
MIT License
14.01k stars 939 forks source link

Fix logging in `cachePacket` #1163

Closed jasikpark closed 2 weeks ago

jasikpark commented 2 weeks ago

We were previously logging "Packet store" when the packet is dropped, the counter and logging should agree.

jasikpark commented 2 weeks ago

I was wrong, the debug string is the same whether it was stored or not, and the stored variable tracks that status.