Skip to content

Commit

Permalink
print new stats related to ND6.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Feb 6, 2001
1 parent 64ddff0 commit f3f00d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netbsd/usr.bin/netstat/inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,12 @@ icmp6_stats(off, name)

p(icp6s_reflect, "\t%llu message response%s generated\n");
p(icp6s_nd_toomanyopt, "\t%llu message%s with too many ND options\n");
p(icp6s_nd_badopt, "\t%llu message%s with bad ND options\n");
p(icp6s_badns, "\t%llu bad neighbor solicitation message%s\n");
p(icp6s_badna, "\t%llu bad neighbor advertisement message%s\n");
p(icp6s_badrs, "\t%llu bad router solicitation message%s\n");
p(icp6s_badra, "\t%llu bad router advertisement message%s\n");
p(icp6s_badredirect, "\t%llu bad redirect message%s\n");
p(icp6s_pmtuchg, "\t%llu path MTU change%s\n");
#undef p
#undef p_5
Expand Down

0 comments on commit f3f00d8

Please sign in to comment.