summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/vxlan_tunnel.hpp
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-02-05 07:17:11 -0800
committerNeale Ranns <nranns@cisco.com>2019-02-05 16:44:49 +0000
commit2ff5b8decf35aa34b44ad3b57fab2ea93af107e7 (patch)
treec1734ccdaed7e82491ec6bfc556d6b8bef4aade0 /extras/vom/vom/vxlan_tunnel.hpp
parentb8999b1070ce987dc168ac0776696cc9671132b4 (diff)
VOM: vxlan_tunnel equals operator
Change-Id: I0e524b5d7c02a099b6ce84e6a0c116b19200879d Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'extras/vom/vom/vxlan_tunnel.hpp')
-rw-r--r--extras/vom/vom/vxlan_tunnel.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/vom/vom/vxlan_tunnel.hpp b/extras/vom/vom/vxlan_tunnel.hpp
index 63124e73426..c085ba0b629 100644
--- a/extras/vom/vom/vxlan_tunnel.hpp
+++ b/extras/vom/vom/vxlan_tunnel.hpp
@@ -114,6 +114,11 @@ public:
vxlan_tunnel(const vxlan_tunnel& o);
/**
+ * comparison operator
+ */
+ bool operator==(const vxlan_tunnel& vx) const;
+
+ /**
* Return the matching 'singular instance'
*/
std::shared_ptr<vxlan_tunnel> singular() const;