VOM: ip-mroute inspect register handler fix
Change-Id: I57689446005da00fa064e2938cfe55a9e1cef9fc Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user