From 233b60cec493409c6b32bea92523343b50ca79ae Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 13 Oct 1995 19:48:06 +0000 Subject: Say goodbye to IFF_NOTRAILERS. Support for trailers was officially dropped for 4.4, but for some reason this flag lived on. (Until today, that is.) --- sys/dev/ie/if_ie.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/dev/ie') diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index c5d4d95b8239c..c0465e9c81161 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.25 1995/08/16 16:12:32 bde Exp $ + * $Id: if_ie.c,v 1.26 1995/09/19 18:55:09 bde Exp $ */ /* @@ -576,9 +576,7 @@ ieattach(dvp) ie_softc[unit].hard_vers + 1, ether_sprintf(ie->arpcom.ac_enaddr)); - ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS; - ifp->if_flags |= IFF_MULTICAST; - + ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ifp->if_init = ieinit; ifp->if_output = ether_output; ifp->if_start = iestart; -- cgit v1.3