Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2006 13:00:17 GMT
From:      =?windows-1251?b?wuDx6Ovo6SDP5fLw7uI=?= <larry@fantasyclub.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/92677 : if_bridge does not broadcast
Message-ID:  <200602011300.k11D0Hl7081071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/92677; it has been noted by GNATS.

From: =?windows-1251?b?wuDx6Ovo6SDP5fLw7uI=?= <larry@fantasyclub.ru>
To: bug-followup@freebsd.org,
 larry@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602011300.k11D0Hl7081071>