X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fapi%2Fvpe.api;h=2a827d12188ded8ed3f4b8a32c6d54b48c8f63be;hb=53f09e36f97a28a42a2e3eb58032c75691de4f4c;hp=983b414e45113bc97866e3d5c4a8683330852c73;hpb=071d610dc446f2914c0ca4c709be38719baa041c;p=vpp.git diff --git a/vpp/api/vpe.api b/vpp/api/vpe.api index 983b414e451..2a827d12188 100644 --- a/vpp/api/vpe.api +++ b/vpp/api/vpe.api @@ -2325,6 +2325,28 @@ define lisp_gpe_add_del_iface_reply { i32 retval; }; +/** \brief configure or disable LISP PITR node + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param ls_name - locator set name + @param is_add - add locator set if non-zero, else disable pitr +*/ +define lisp_pitr_set_locator_set { + u32 client_index; + u32 context; + u8 is_add; + u8 ls_name[64]; +}; + +/** \brief Reply for lisp_pitr_set_locator_set + @param context - returned sender context, to match reply w/ request + @param retval - return code +*/ +define lisp_pitr_set_locator_set_reply { + u32 context; + i32 retval; +}; + /** \brief add or delete remote static mapping @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request