aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/bridge_domain_arp_entry.cpp
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2018-02-14 06:34:20 -0800
committerFlorin Coras <florin.coras@gmail.com>2018-02-14 16:12:06 +0000
commit7758bf68a03a32f17c07154172157f5bdf30e684 (patch)
tree5592cc80bcc218f39af19bdb149041eaa2f396da /src/vpp-api/vom/bridge_domain_arp_entry.cpp
parent41fd68d945fd77c120bb0eb884d0334a4e973b0d (diff)
VOM: build with plugins disabled
Change-Id: I1384d16deb3fa38b988dd2fc98f436124e381536 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/bridge_domain_arp_entry.cpp')
-rw-r--r--src/vpp-api/vom/bridge_domain_arp_entry.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vpp-api/vom/bridge_domain_arp_entry.cpp b/src/vpp-api/vom/bridge_domain_arp_entry.cpp
index e8ae30f7642..a3bfcddf00e 100644
--- a/src/vpp-api/vom/bridge_domain_arp_entry.cpp
+++ b/src/vpp-api/vom/bridge_domain_arp_entry.cpp
@@ -174,6 +174,14 @@ bridge_domain_arp_entry::event_handler::show(std::ostream& os)
{
m_db.dump(os);
}
+
+std::ostream&
+operator<<(std::ostream& os, const bridge_domain_arp_entry::key_t& key)
+{
+ os << "[" << key.first << ", " << key.second << "]";
+
+ return (os);
+}
}
/*
* fd.io coding-style-patch-verification: ON