VOM: Additions to allow uses to UT applications that use VOM
[vpp.git] / src / vpp-api / vom / route_domain.cpp
index 08357fa..c723f9f 100644 (file)
@@ -43,6 +43,12 @@ route_domain::route_domain(const route_domain& o)
 {
 }
 
+bool
+route_domain::operator==(const route_domain& r) const
+{
+  return (m_table_id == r.m_table_id);
+}
+
 route::table_id_t
 route_domain::table_id() const
 {