summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
committerbms <bms@FreeBSD.org>2006-09-29 15:45:11 +0000
commit686e54733adf927452a3711bf8deba1ccbcc98a0 (patch)
tree16fb64d3254cf44d5d6ac2f25428643e743a9fc9 /sys/netinet/ip_mroute.h
parent5a2e50351682dbca57f6f64fcd9a323f9b99c8b5 (diff)
downloadFreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.zip
FreeBSD-src-686e54733adf927452a3711bf8deba1ccbcc98a0.tar.gz
Push removal of mrouted down to the rest of the tree.
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r--sys/netinet/ip_mroute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index 2b8a48d..134a06b 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -211,7 +211,7 @@ struct bw_upcall {
struct mrtstat {
u_long mrts_mfc_lookups; /* # forw. cache hash table hits */
u_long mrts_mfc_misses; /* # forw. cache hash table misses */
- u_long mrts_upcalls; /* # calls to mrouted */
+ u_long mrts_upcalls; /* # calls to routing daemon */
u_long mrts_no_route; /* no route for packet's origin */
u_long mrts_bad_tunnel; /* malformed tunnel options */
u_long mrts_cant_tunnel; /* no room for tunnel options */
OpenPOWER on IntegriCloud