BIER API and load-balancing fixes
[vpp.git] / test / vpp_ip_route.py
index 9d6bfb7..18c27ff 100644 (file)
@@ -192,6 +192,9 @@ class VppRoutePath(object):
                 'n_labels': len(self.nh_labels),
                 'label_stack': self.encode_labels()}
 
+    def __eq__(self, other):
+        return self.nh_addr == other.nh_addr
+
 
 class VppMRoutePath(VppRoutePath):