1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add IFF_MULTICAST when setting flags in lnc_init().

This commit is contained in:
Paul Richards 1999-01-31 00:44:37 +00:00
parent 5448a2e522
commit 5619e92064
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43443
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: if_lnc.c,v 1.51 1999/01/12 00:36:30 eivind Exp $
* $Id: if_lnc.c,v 1.52 1999/01/31 00:39:20 paul Exp $
*/
/*
@ -1344,7 +1344,7 @@ lnc_init(struct lnc_softc *sc)
s = splimp();
lnc_stop(sc);
sc->arpcom.ac_if.if_flags |= IFF_BROADCAST | IFF_SIMPLEX; /* XXX??? */
sc->arpcom.ac_if.if_flags |= IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; /* XXX??? */
/*
* This sets up the memory area for the controller. Memory is set up for

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: if_lnc.c,v 1.51 1999/01/12 00:36:30 eivind Exp $
* $Id: if_lnc.c,v 1.52 1999/01/31 00:39:20 paul Exp $
*/
/*
@ -1344,7 +1344,7 @@ lnc_init(struct lnc_softc *sc)
s = splimp();
lnc_stop(sc);
sc->arpcom.ac_if.if_flags |= IFF_BROADCAST | IFF_SIMPLEX; /* XXX??? */
sc->arpcom.ac_if.if_flags |= IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; /* XXX??? */
/*
* This sets up the memory area for the controller. Memory is set up for