Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 need PRC_IF{UP,CHANGE}.



details:   https://anonhg.NetBSD.org/src/rev/b155f6a39274
branches:  trunk
changeset: 481762:b155f6a39274
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Feb 05 18:11:41 2000 +0000

description:
need PRC_IF{UP,CHANGE}.

diffstat:

 sys/netinet6/TODO |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e489e0f33f03 -r b155f6a39274 sys/netinet6/TODO
--- a/sys/netinet6/TODO Sat Feb 05 18:05:33 2000 +0000
+++ b/sys/netinet6/TODO Sat Feb 05 18:11:41 2000 +0000
@@ -1,5 +1,5 @@
 KAME/NetBSD integration TODOs
-$NetBSD: TODO,v 1.11 2000/02/05 18:05:33 itojun Exp $
+$NetBSD: TODO,v 1.12 2000/02/05 18:11:41 itojun Exp $
 Jun-ichiro itojun Hagino <itojun%itojun.org@localhost>
 
 
@@ -80,6 +80,12 @@
 standard one (picked "%" for avoiding conflict with "user@host" notation).
 We'll need to update the support before the release.
 
+* PRC_IF{UP,CHANGE}
+
+We have some hook in sys/net/if.c for IPv6, for detecting (1) when interface
+bringed up, and (2) when interface MTU changes.  These hooks should be
+removed by introducing PRC_IF{UP,CHANGE}.
+
 
 USERLAND
 ========



Home | Main Index | Thread Index | Old Index