diff options
Diffstat (limited to 'src/vpp-api/vom/neighbour.cpp')
-rw-r--r-- | src/vpp-api/vom/neighbour.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/neighbour.cpp b/src/vpp-api/vom/neighbour.cpp index 35e9c46b8e8..9b53cb2a6bb 100644 --- a/src/vpp-api/vom/neighbour.cpp +++ b/src/vpp-api/vom/neighbour.cpp @@ -81,7 +81,7 @@ std::string neighbour::to_string() const { std::ostringstream s; - s << "arp-entry:[" << m_itf->to_string() << ", " << m_mac.to_string() << ", " + s << "neighbour:[" << m_itf->to_string() << ", " << m_mac.to_string() << ", " << m_ip_addr.to_string() << "]"; return (s.str()); |