VOM: ip-mroute inspect register handler fix 57/16857/2
authorNeale Ranns <nranns@cisco.com>
Thu, 17 Jan 2019 16:28:58 +0000 (08:28 -0800)
committerDave Barach <openvpp@barachs.net>
Thu, 17 Jan 2019 20:44:52 +0000 (20:44 +0000)
Change-Id: I57689446005da00fa064e2938cfe55a9e1cef9fc
Signed-off-by: Neale Ranns <nranns@cisco.com>
extras/vom/vom/route.cpp

index 5aed82b..ae80fd9 100644 (file)
@@ -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