aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extras/vom/vom/route.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/vom/vom/route.cpp b/extras/vom/vom/route.cpp
index 5aed82bac2a..ae80fd9e55c 100644
--- a/extras/vom/vom/route.cpp
+++ b/extras/vom/vom/route.cpp
@@ -632,7 +632,8 @@ ip_mroute::dump(std::ostream& os)
ip_mroute::event_handler::event_handler()
{
OM::register_listener(this);
- inspect::register_handler({ "ip-route" }, "ip route configurations", this);
+ inspect::register_handler({ "ip-mroute" },
+ "ip multicast route configurations", this);
}
void