put back line I accidentally deleted.
This commit is contained in:
parent
cbf1f72b20
commit
b8e38193b8
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sysctl.c,v 1.144 2012/11/29 02:06:17 christos Exp $ */
|
/* $NetBSD: sysctl.c,v 1.145 2012/11/29 02:24:14 christos Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||||
@ -68,7 +68,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: sysctl.c,v 1.144 2012/11/29 02:06:17 christos Exp $");
|
__RCSID("$NetBSD: sysctl.c,v 1.145 2012/11/29 02:24:14 christos Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
@ -213,6 +213,8 @@ static const struct handlespec {
|
|||||||
{ "/net/(inet|inet6)/[^/]+/stats", printother, NULL, "netstat"},
|
{ "/net/(inet|inet6)/[^/]+/stats", printother, NULL, "netstat"},
|
||||||
{ "/net/bpf/(stats|peers)", printother, NULL, "netstat"},
|
{ "/net/bpf/(stats|peers)", printother, NULL, "netstat"},
|
||||||
|
|
||||||
|
{ "/net/inet.*/tcp.*/deb.*", printother, NULL, "trpt" },
|
||||||
|
|
||||||
{ "/net/inet.*/ip.*/anonportalgo/reserve", reserve, reserve, NULL },
|
{ "/net/inet.*/ip.*/anonportalgo/reserve", reserve, reserve, NULL },
|
||||||
|
|
||||||
{ "/net/ns/spp/deb.*", printother, NULL, "trsp" },
|
{ "/net/ns/spp/deb.*", printother, NULL, "trsp" },
|
||||||
|
Loading…
Reference in New Issue
Block a user