Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 11/24/2006 01:04:30
Module Name:	src
Committed By:	rpaulo
Date:		Fri Nov 24 01:04:30 UTC 2006

Modified Files:
	src/sys/net: if_ether.h if_etherip.c if_ethersubr.c if_tap.c

Log Message:
The change I committed to etherip was wrong. ether_snprintf doesn't make
sense when chaning the MAC address of the virtual interface as pointed
out by Hans himself.
So, introduce ether_nonstatic_aton() and make etherip(4) and tap(4) use it.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/net/if_ether.h
cvs rdiff -r1.2 -r1.3 src/sys/net/if_etherip.c
cvs rdiff -r1.137 -r1.138 src/sys/net/if_ethersubr.c
cvs rdiff -r1.23 -r1.24 src/sys/net/if_tap.c

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