From: Ole Troan Date: Wed, 14 Jun 2017 11:12:33 +0000 (+0200) Subject: VPP-879 MAP: s/u32 is_add/u8 is_add in map.api X-Git-Tag: v17.07-rc1~25 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=026c036dd4158f9f517a8dc7c79e3ad10d126b50 VPP-879 MAP: s/u32 is_add/u8 is_add in map.api Change-Id: If35171005e409f77bed4cc16eccb66a85aae5dfb Signed-off-by: Ole Troan --- diff --git a/src/vnet/map/map.api b/src/vnet/map/map.api index d68f13f0bc9..4b142c8fb4a 100644 --- a/src/vnet/map/map.api +++ b/src/vnet/map/map.api @@ -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; };