Subject: Re: CVS commit: syssrc
To: Atsushi Onoe <onoe@sm.sony.co.jp>
From: None <itojun@iijlab.net>
List: tech-net
Date: 05/28/2001 10:44:13
>	i (and momo@iij.ad.jp) have confirmed that we really need this patch,
>	because of the following story:

	to clarify: you can call ether_ioctl() instead of three lines.  but
	anyway you really need to hide ENETRESET from upper layers.

>		error = (command == SIOCADDMULTI) ?
>			ether_addmulti(ifr, &sc->arpcom) :
>			ether_delmulti(ifr, &sc->arpcom);

itojun