VPP-879 MAP: s/u32 is_add/u8 is_add in map.api 38/7138/3
authorOle Troan <ot@cisco.com>
Wed, 14 Jun 2017 11:12:33 +0000 (13:12 +0200)
committerNeale Ranns <nranns@cisco.com>
Tue, 20 Jun 2017 09:13:23 +0000 (09:13 +0000)
Change-Id: If35171005e409f77bed4cc16eccb66a85aae5dfb
Signed-off-by: Ole Troan <ot@cisco.com>
src/vnet/map/map.api

index d68f13f..4b142c8 100644 (file)
@@ -83,7 +83,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;
 };