summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/vxlan_tunnel.hpp
diff options
context:
space:
mode:
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;