Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/01/2000 17:20:50
Module Name: syssrc
Committed By: thorpej
Date: Sun Jul 2 00:20:50 UTC 2000
Modified Files:
syssrc/sys/net: if.c if.h
syssrc/sys/sys: sockio.h
Log Message:
Add the notion of "cloning" of network pseudo-interface (e.g. `gif').
This allows them to be created and destroyed on the fly via ifconfig(8),
rather than specifying the count in the kernel configuration file.
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/net/if.c
cvs rdiff -r1.50 -r1.51 syssrc/sys/net/if.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/sys/sockio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.