Re: 2.3.30 net_init.c Token Ring Bug

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 8 Dec 1999 16:46:58 +0000 (GMT)


> tr_configure sets dev->type =3D ARPHRD_IEEE802_TR; when this should be =
> ARPHRD_IEEE802 ;=20

No

It should be ARPRHD_IEEE802_TR

> Without this fix (or change back :) ifconfig gets confused.

Fix ifconfig.

> - dev->type = ARPHRD_IEEE802_TR;
> + dev->type = ARPHRD_IEEE802;

This breaks multicast token ring

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/