aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_mroute.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
commit2d20d32344196de0b5a2ed6f911d26ae99232e99 (patch)
tree16fb64d3254cf44d5d6ac2f25428643e743a9fc9 /sys/netinet6/ip6_mroute.h
parent9af8612e8cb6305479291e97f606be48466ff5c8 (diff)
downloadsrc-2d20d32344196de0b5a2ed6f911d26ae99232e99.tar.gz
src-2d20d32344196de0b5a2ed6f911d26ae99232e99.zip
Push removal of mrouted down to the rest of the tree.
Notes
Notes: svn path=/head/; revision=162794
Diffstat (limited to 'sys/netinet6/ip6_mroute.h')
-rw-r--r--sys/netinet6/ip6_mroute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h
index 26ac0089fbf9..6ed7c35cbcb4 100644
--- a/sys/netinet6/ip6_mroute.h
+++ b/sys/netinet6/ip6_mroute.h
@@ -126,7 +126,7 @@ struct mf6cctl {
struct mrt6stat {
u_quad_t mrt6s_mfc_lookups; /* # forw. cache hash table hits */
u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */
- u_quad_t mrt6s_upcalls; /* # calls to mrouted */
+ u_quad_t mrt6s_upcalls; /* # calls to routing daemon */
u_quad_t mrt6s_no_route; /* no route for packet's origin */
u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */
u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */