Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: thorpej
Date: Mon Mar 6 20:49:01 UTC 2000
Modified Files:
syssrc/sys/net: if.c if.h route.h rtsock.c
Log Message:
- Add link status to if_data, so that routing daemons and other interested
parties can easily know the state of a link.
- Define an interface announcement message for the routing socket so that
routing daemons and other interested parties know when an interface
is attached/detached.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/net/if.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/net/if.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/net/route.h
cvs rdiff -r1.35 -r1.36 syssrc/sys/net/rtsock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index