Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/sysctl mention ip6addrctl
details: https://anonhg.NetBSD.org/src/rev/ac962fd04594
branches: trunk
changeset: 342223:ac962fd04594
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 13 14:24:47 2015 +0000
description:
mention ip6addrctl
diffstat:
sbin/sysctl/sysctl.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r c78842154bb4 -r ac962fd04594 sbin/sysctl/sysctl.c
--- a/sbin/sysctl/sysctl.c Sun Dec 13 14:06:13 2015 +0000
+++ b/sbin/sysctl/sysctl.c Sun Dec 13 14:24:47 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.c,v 1.156 2015/08/17 06:42:46 knakahara Exp $ */
+/* $NetBSD: sysctl.c,v 1.157 2015/12/13 14:24:47 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
#if 0
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: sysctl.c,v 1.156 2015/08/17 06:42:46 knakahara Exp $");
+__RCSID("$NetBSD: sysctl.c,v 1.157 2015/12/13 14:24:47 christos Exp $");
#endif
#endif /* not lint */
@@ -212,6 +212,8 @@
{ "/net/inet6?/tcp6?/ident", printother, NULL, "identd" },
{ "/net/inet6/icmp6/nd6_[dp]rlist", printother, NULL, "ndp" },
+ { "/net/inet6/ip6/addctlpolicy", printother, NULL,
+ "ip6addrctl" },
{ "/net/key/dumps[ap]", printother, NULL, "setkey" },
{ "/net/[^/]+/[^/]+/pcblist", printother, NULL,
"netstat' or 'sockstat" },
Home |
Main Index |
Thread Index |
Old Index