CVSROOT: /cvs Module name: src Changes by: cami...@cvs.openbsd.org 2011/06/27 07:01:51
Modified files: sys/netinet : if_ether.c Log message: Mark ARP request broadcasts with M_BCAST in the mbuf flags. Fixes a case in bridge_output() where ARP requests are not broadcast on interfaces without the discovery flag. ok claudio deraadt