Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 add missing net.inet6.ip6.rr_prune case.
details: https://anonhg.NetBSD.org/src/rev/a5a831142acf
branches: trunk
changeset: 480176:a5a831142acf
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Jan 06 02:52:29 2000 +0000
description:
add missing net.inet6.ip6.rr_prune case.
diffstat:
sys/netinet6/ip6_input.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e8cc967124f0 -r a5a831142acf sys/netinet6/ip6_input.c
--- a/sys/netinet6/ip6_input.c Thu Jan 06 02:22:31 2000 +0000
+++ b/sys/netinet6/ip6_input.c Thu Jan 06 02:52:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_input.c,v 1.9 1999/12/13 15:17:22 itojun Exp $ */
+/* $NetBSD: ip6_input.c,v 1.10 2000/01/06 02:52:29 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -1280,6 +1280,8 @@
case IPV6CTL_USE_DEPRECATED:
return sysctl_int(oldp, oldlenp, newp, newlen,
&ip6_use_deprecated);
+ case IPV6CTL_RR_PRUNE:
+ return sysctl_int(oldp, oldlenp, newp, newlen, &ip6_rr_prune);
default:
return EOPNOTSUPP;
}
Home |
Main Index |
Thread Index |
Old Index