aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2017-06-14 13:12:33 +0200
committerNeale Ranns <nranns@cisco.com>2017-06-20 09:13:23 +0000
commit026c036dd4158f9f517a8dc7c79e3ad10d126b50 (patch)
tree65dc1c8db992624980f3a22fb1c8e62d0dec6219
parent0f360dc3aa40d0654198bd3f3850bd31a0d78f7e (diff)
VPP-879 MAP: s/u32 is_add/u8 is_add in map.api
Change-Id: If35171005e409f77bed4cc16eccb66a85aae5dfb Signed-off-by: Ole Troan <ot@cisco.com>
-rw-r--r--src/vnet/map/map.api2
1 files changed, 1 insertions, 1 deletions
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;
};