lisp: API cleanup
[vpp.git] / src / vnet / lisp-cp / one.api
index 7318ba4..be3a444 100644 (file)
@@ -73,12 +73,7 @@ autoreply define one_add_del_locator
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request
     @param is_add - add address if non-zero, else delete
-    @param eid_type:
-      0 : ipv4
-      1 : ipv6
-      2 : mac
-    @param eid - EID can be ip4, ip6 or mac
-    @param prefix_len - prefix len
+    @param eid - endpoint identifier
     @param locator_set_name - name of locator_set to add/del eid-table
     @param vni - virtual network instance
     @param key - secret key
@@ -646,15 +641,14 @@ define one_locator_set_dump
 };
 
 /** \brief Dump ONE eid-table
-    @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request
     @param locator_set_index - index of locator_set, if ~0 then the mapping
                                 is negative
     @param action - negative map request action
     @param is_local - local if non-zero, else remote
     @param is_src_dst - EID is type of source/destination
-    @param deid - EID can be ip4, ip6 or mac
-    @param seid - source EID can be ip4, ip6 or mac
+    @param deid - dst EID
+    @param seid - src EID
     @param vni - virtual network instance
     @param ttl - time to live
     @param authoritative - authoritative
@@ -701,14 +695,8 @@ define one_eid_table_dump
 };
 
 /** \brief ONE adjacency
-    @param eid_type -
-      0 : ipv4
-      1 : ipv6
-      2 : mac
     @param reid - remote EID
     @param leid - local EID
-    @param reid_prefix_len - remote EID IP prefix length
-    @param leid_prefix_len - local EID IP prefix length
   */
 typedef one_adjacency
 {