diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-09 15:51:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-09 15:51:41 +0000 |
commit | 76b783afca0499aa4b31f5467883b27486c22cfa (patch) | |
tree | 84b9e0240fb42df0c6d105a7b623cd3e5d87ee16 /sys/netinet6/in6_var.h | |
parent | 5c920d457bfd3dda87658cf258d8004165e8089b (diff) |
Kill icmp6_ifstat_inc() and associated per-ifp storage.
The SIOCGIFSTAT_ICMP6 is no longer supported.
ok dlg@, mikeb@, claudio@
Diffstat (limited to 'sys/netinet6/in6_var.h')
-rw-r--r-- | sys/netinet6/in6_var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index 4024271c328..3d6ed9a50cc 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_var.h,v 1.54 2015/09/01 17:21:36 mpi Exp $ */ +/* $OpenBSD: in6_var.h,v 1.55 2015/09/09 15:51:40 mpi Exp $ */ /* $KAME: in6_var.h,v 1.55 2001/02/16 12:49:45 itojun Exp $ */ /* @@ -90,7 +90,6 @@ struct in6_addrlifetime { struct nd_ifinfo; struct in6_ifextra { struct in6_ifstat *in6_ifstat; - struct icmp6_ifstat *icmp6_ifstat; struct nd_ifinfo *nd_ifinfo; void *rs_lhcookie; int nprefixes; |