svn commit: r304436 - in head: . sys/netinet

Ryan Stone rysto32 at gmail.com
Sat Aug 20 18:57:37 UTC 2016


On Sat, Aug 20, 2016 at 2:45 PM, Slawa Olhovchenkov <slw at zxy.spb.ru> wrote:

> You also can recive this on ethernet too, IMHO, in case of /32.
> Receiving L3 broadcst in L2 unicast is legitime (IMHO) and we must be
> relaxed on this.
>

There is no broadcast address on a /32 network.  Independent of my change,
we would not treat a packet received on a /32 network as a broadcast here
because in_broadcast() will return 0 for it.


More information about the svn-src-all mailing list