aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/route_domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/route_domain.hpp')
-rw-r--r--src/vpp-api/vom/route_domain.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpp-api/vom/route_domain.hpp b/src/vpp-api/vom/route_domain.hpp
index 516271f7f66..7d83154a0f1 100644
--- a/src/vpp-api/vom/route_domain.hpp
+++ b/src/vpp-api/vom/route_domain.hpp
@@ -54,6 +54,11 @@ public:
~route_domain();
/**
+ * comparison operator - for UT
+ */
+ bool operator==(const route_domain& r) const;
+
+ /**
* Return the matching 'singular instance'
*/
std::shared_ptr<route_domain> singular() const;