Subject: CVS commit: basesrc/usr.sbin/ifwatchd
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/10/2002 22:21:52
Module Name:	basesrc
Committed By:	martin
Date:		Thu Jan 10 20:21:51 UTC 2002

Modified Files:
	basesrc/usr.sbin/ifwatchd: ifwatchd.c

Log Message:
Add, #ifdef SPPP_IF_SUPPORT, special case treatment for sys/net/if_spppsubr.c
based interfaces. Note: all other interface types work the same as before,
and no names are hardcoded.

When a if_spppsubr.c based interface is marked IFF_UP, but has not yet
reached phase NETWORK (i.e. it didn't connect yet or authentication has not
yet completed) do not call the ip-up script for it on the initial pass
over all IFF_UP interfaces.

This fixes a race condition on startup when ip-up/ip-down are statefull
and need to be called pairwise (for example if ip-up adds and ip-down
removes a default route).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/ifwatchd/ifwatchd.c

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