Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/06/2004 02:44:32
Module Name: src
Committed By: itojun
Date: Wed Oct 6 02:44:32 UTC 2004
Modified Files:
src/sys/net: if.c
Log Message:
call dom_ifattach[] at consistent state. before this commit, dom_ifattach[]
was called after interface attach is completely done for non-cloning interface,
and from within if_attach() for cloning interface (which was wrong).
To generate a diff of this commit:
cvs rdiff -r1.144 -r1.145 src/sys/net/if.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.