summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-12-11 17:40:53 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-12-11 17:40:53 +0000
commit2ea365a697d2f04ecb127409d7870ae43c1f376f (patch)
tree2f4cc72c2b37743cf17b04db5a8e54b2a4d395ba
parent7810c274ab8e3b3f9a6841c0b65253c56102decc (diff)
show # of successful IPv6 path MTU changes with -s. from kame
-rw-r--r--usr.bin/netstat/inet6.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index d3181824d41..3eb00cf9f47 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet6.c,v 1.11 2000/08/26 03:01:50 itojun Exp $ */
+/* $OpenBSD: inet6.c,v 1.12 2000/12/11 17:40:52 itojun Exp $ */
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-/*__RCSID("$OpenBSD: inet6.c,v 1.11 2000/08/26 03:01:50 itojun Exp $");*/
+/*__RCSID("$OpenBSD: inet6.c,v 1.12 2000/12/11 17:40:52 itojun Exp $");*/
/*__RCSID("KAME Id: inet6.c,v 1.10 2000/02/09 10:49:31 itojun Exp");*/
#endif
#endif /* not lint */
@@ -870,6 +870,7 @@ icmp6_stats(off, name)
p(icp6s_reflect, "\t%qu message response%s generated\n");
p(icp6s_nd_toomanyopt, "\t%qu message%s with too many ND options\n");
+ p(icp6s_pmtuchg, "\t%llu path MTU change%s\n");
#undef p_5
#undef p
}