vppapigen: support per-file (major,minor,patch) version stamps
[vpp.git] / src / vnet / map / map.api
index d68f13f..14f10e7 100644 (file)
@@ -13,6 +13,7 @@
  * limitations under the License.
  */
 
+vl_api_version 1.0.0
 
 /** \brief Add MAP domains
     @param client_index - opaque cookie to identify the sender
@@ -83,7 +84,7 @@ autoreply define map_add_del_rule
   u32 client_index;
   u32 context;
   u32 index;
-  u32 is_add;
+  u8 is_add;
   u8 ip6_dst[16];
   u16 psid;
 };