X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmap%2Fmap.api;h=a066b688514b863d1d0d5773b53c416e76a0cb81;hb=744902e306c5a1f00bf13bbe344c6616cc816f0e;hp=14f10e733429635ea9430cbef8a2ac29488ea658;hpb=0d056e5ede136cd0111dc3f9f41ef7b36a938027;p=vpp.git diff --git a/src/vnet/map/map.api b/src/vnet/map/map.api index 14f10e73342..a066b688514 100644 --- a/src/vnet/map/map.api +++ b/src/vnet/map/map.api @@ -13,7 +13,7 @@ * limitations under the License. */ -vl_api_version 1.0.0 +option version = "1.1.0"; /** \brief Add MAP domains @param client_index - opaque cookie to identify the sender @@ -27,6 +27,7 @@ vl_api_version 1.0.0 @param psid_offset - Port Set Identifider (PSID) offset @param psid_length - PSID length @param is_translation - MAP-E / MAP-T + @param is_rfc6052 - rfc6052 translation @param mtu - MTU */ define map_add_domain @@ -43,6 +44,7 @@ define map_add_domain u8 psid_offset; u8 psid_length; u8 is_translation; + u8 is_rfc6052; u16 mtu; };