mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
fixed typo.
obtained from: KAME MFC after: 3 days
This commit is contained in:
parent
66289ab43b
commit
80317922b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99333
@ -214,7 +214,7 @@ mrt6_stats(u_long mstaddr)
|
||||
p(mrt6s_mfc_lookups, "\t%llu multicast forwarding cache lookup%s\n");
|
||||
p2(mrt6s_mfc_misses, "\t%llu multicast forwarding cache miss%s\n");
|
||||
p(mrt6s_upcalls, "\t%llu upcall%s to mrouted\n");
|
||||
p(mrt6s_upq_ovflw, "\t%llu upcall llueue overflow%s\n");
|
||||
p(mrt6s_upq_ovflw, "\t%llu upcall queue overflow%s\n");
|
||||
p(mrt6s_upq_sockfull,
|
||||
"\t%llu upcall%s dropped due to full socket buffer\n");
|
||||
p(mrt6s_cache_cleanups, "\t%llu cache cleanup%s\n");
|
||||
@ -224,7 +224,7 @@ mrt6_stats(u_long mstaddr)
|
||||
p(mrt6s_wrong_if, "\t%llu datagram%s arrived on wrong interface\n");
|
||||
p(mrt6s_drop_sel, "\t%llu datagram%s selectively dropped\n");
|
||||
p(mrt6s_q_overflow,
|
||||
"\t%llu datagram%s dropped due to llueue overflow\n");
|
||||
"\t%llu datagram%s dropped due to queue overflow\n");
|
||||
p(mrt6s_pkt2large, "\t%llu datagram%s dropped for being too large\n");
|
||||
|
||||
#undef p2
|
||||
|
Loading…
Reference in New Issue
Block a user