kern/92677 : if_bridge does not broadcast

Василий Петров larry at fantasyclub.ru
Wed Feb 1 05:00:18 PST 2006


The following reply was made to PR kern/92677; it has been noted by GNATS.

From: =?windows-1251?b?wuDx6Ovo6SDP5fLw7uI=?= <larry at fantasyclub.ru>
To: bug-followup at freebsd.org,
 larry at fantasyclub.ru
Cc:  
Subject: Re: kern/92677 : if_bridge does not broadcast
Date: Wed, 1 Feb 2006 19:59:24 +0700

 I don't think it is complete solution, but nmblookup started to function 
 properly for me on broadcast lookups. However it still does not lookup self 
 name (as it does on normal network interfaces).
 
 --- if_bridge.c.orig    Fri Oct 28 03:43:07 2005
 +++ if_bridge.c Wed Feb  1 19:44:56 2006
 @@ -454,5 +454,5 @@
         if_initname(ifp, ifc->ifc_name, unit);
         ifp->if_mtu = ETHERMTU;
 -       ifp->if_flags = IFF_MULTICAST;
 +       ifp->if_flags = IFF_MULTICAST|IFF_BROADCAST;
         ifp->if_ioctl = bridge_ioctl;
         ifp->if_output = bridge_output;


More information about the freebsd-bugs mailing list