Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/16/2001 15:16:51
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Sep 16 12:16:51 UTC 2001

Modified Files:
	syssrc/sys/net: if_ecosubr.c

Log Message:
eco_input():
  Use m_copydata() to preserve the Econet header, so we don't depend on
  notionally-unused areas of an mbuf remaining untouched.
  Check that ARP-over-Econet requests are exactly eight bytes long.
  Use m_pullup() before trusting mtod().

Between them, these make reception of unicast ARP responses work properly.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/net/if_ecosubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.