X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fvpp-api%2Fvpe.api;h=1b329e97c45642b49af3efd73b969286360232bf;hb=438109d576bd47a2095f2889b708306d37067d50;hp=f8cf37016c344a728866b277339d6843d27ece10;hpb=d983118bf6a5c5f09941946083e654f994b579fb;p=vpp.git diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index f8cf37016c3..1b329e97c45 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -2412,8 +2412,7 @@ define lisp_pitr_set_locator_set_reply { 0 : ipv4 1 : ipv6 2 : mac - @param deid - destination EID - @param seid - source EID + @param eid - EID @param rloc_num - number of remote locators @param rlocs - remote locator data */ @@ -2425,10 +2424,8 @@ define lisp_add_del_remote_mapping { u32 vni; u8 action; u8 eid_type; - u8 deid[16]; - u8 seid[16]; - u8 deid_len; - u8 seid_len; + u8 eid[16]; + u8 eid_len; u32 rloc_num; u8 rlocs[0]; };