diff options
author | Ole Troan <ot@cisco.com> | 2017-11-08 11:10:54 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-01-05 10:18:08 +0000 |
commit | e31d956d90882186070c174f987abc642b73d54e (patch) | |
tree | 904b6b0f75ebc366d164c56e7a37bf54952011e5 /src/vnet/map/map.api | |
parent | d3638337422575c414c4bd793c0dbac39f297040 (diff) |
MAP: Add RFC6052 mapping to MAP-T
Change-Id: I2e311f8b7f50133678b9172e8d071826af491609
Signed-off-by: Ole Troan <ot@cisco.com>
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'src/vnet/map/map.api')
-rw-r--r-- | src/vnet/map/map.api | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vnet/map/map.api b/src/vnet/map/map.api index 14f10e73342..a63703aac01 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 +vl_api_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; }; |