Add LISP API
[vpp.git] / vnet / vnet / lisp-cp / lisp_types.h
index 63adaa0..0e8b38e 100644 (file)
@@ -35,6 +35,8 @@ typedef struct
   ip_address_type_t version;
 } ip_address_t;
 
+int ip_address_cmp (ip_address_t * ip1, ip_address_t * ip2);
+
 typedef struct
 {
   ip_address_t addr;