diff options
author | Neale Ranns <nranns@cisco.com> | 2019-01-17 08:28:58 -0800 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-01-20 10:27:57 +0000 |
commit | 46da5e33a367ec4358e725db074fdb2de5124584 (patch) | |
tree | 407bc00c8d552118ef95008268543424ec32c8c5 /extras/vom | |
parent | cbb4565c88253875db29dda99b77934e4a30833f (diff) |
VOM: ip-mroute inspect register handler fix
Change-Id: I57689446005da00fa064e2938cfe55a9e1cef9fc
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit d870ce441272d7057c8cb2b8f9731ebe41a17f0a)
Diffstat (limited to 'extras/vom')
-rw-r--r-- | extras/vom/vom/route.cpp | 3 |
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 |