VOM: ip-mroute inspect register handler fix 76/16876/2
authorNeale Ranns <nranns@cisco.com>
Thu, 17 Jan 2019 16:28:58 +0000 (08:28 -0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Sun, 20 Jan 2019 10:27:57 +0000 (10:27 +0000)
Change-Id: I57689446005da00fa064e2938cfe55a9e1cef9fc
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit d870ce441272d7057c8cb2b8f9731ebe41a17f0a)

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