This commit is contained in:
Josh Deprez 2024-04-21 14:49:52 +10:00
parent 6abf714861
commit 6818df9754
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -422,7 +422,7 @@ func main() {
continue continue
} }
log.Printf("AURP: Got %T", pkt) log.Printf("AURP: Got %T from %v", pkt, dh.SourceDI)
// Existing peer? // Existing peer?
ra := udpAddrFromNet(raddr) ra := udpAddrFromNet(raddr)