summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/route.cpp
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-02-12 06:18:30 -0800
committerNeale Ranns <nranns@cisco.com>2019-02-13 09:06:44 +0000
commit6fef74ad3083f630648eae65545a0dd46af1102e (patch)
tree8b7ad67c063ae41ef7acfd15fa7f406198e6e7c7 /extras/vom/vom/route.cpp
parent22ad815d654294d77ccbb2b7286a73b544bf3f52 (diff)
VOM: neighbour API flags
Change-Id: Ia664cd4c77f1c5b4bc46c5e191bb57704b3ccc46 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'extras/vom/vom/route.cpp')
-rw-r--r--extras/vom/vom/route.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/route.cpp b/extras/vom/vom/route.cpp
index ae80fd9e55c..722628fee87 100644
--- a/extras/vom/vom/route.cpp
+++ b/extras/vom/vom/route.cpp
@@ -678,7 +678,7 @@ ip_mroute::event_handler::handle_populate(const client_db::key_t& key)
ip_r.add(from_vpp(p.path, nh_proto_t::IPV4),
itf_flags_t::from_vpp(p.itf_flags));
}
- VOM_LOG(log_level_t::INFO) << "ip-mroute-dump: " << ip_r.to_string();
+ VOM_LOG(log_level_t::DEBUG) << "ip-mroute-dump: " << ip_r.to_string();
/*
* Write each of the discovered interfaces into the OM,