aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-01-17 08:28:58 -0800
committerDave Barach <openvpp@barachs.net>2019-01-17 20:44:52 +0000
commitd870ce441272d7057c8cb2b8f9731ebe41a17f0a (patch)
treefec584cd13bf4f68f6562e170b218c6a812525f8 /extras
parentdd3952923a2cfb9fa2276a4f1f6512ff75e1a155 (diff)
VOM: ip-mroute inspect register handler fix
Change-Id: I57689446005da00fa064e2938cfe55a9e1cef9fc Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'extras')
-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