https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166285
Alexander V. Chernikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|In Progress |Open --- Comment #2 from Alexander V. Chernikov <[email protected]> --- Most probably, that was triggered by some other device in network generating such "strange" arp packets. It should be possible to find those packets by doing something like "tcpdump -i XXX -lnevs100 arp" (where XXX is the interface name) and looking for ethertype value (and source mac address). While it is questionable if FreeBSD should yell on invalid arp packets instead of silently ignoring them, this is not a (FreeBSD) bug. I'd like to close this PR if there are no other questions/comments. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
