From 9302cfea9ded05f01fb84a77d248b8787ec2cac5 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 2 Feb 2021 09:21:52 +0000 Subject: vppapigen: Support an 'autoendian' keyword for message definitions in .api files Type: feature Make the auto-endian nature explicit, rather than hidden in the x_api.c file. Signed-off-by: Neale Ranns Change-Id: Ibe647117ceeaf6f99a38a96576a5a41a3cbb1615 --- src/plugins/map/map.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/map/map.api') diff --git a/src/plugins/map/map.api b/src/plugins/map/map.api index dfe255bf349..ba733e35de3 100644 --- a/src/plugins/map/map.api +++ b/src/plugins/map/map.api @@ -30,7 +30,7 @@ import "vnet/interface_types.api"; @param mtu - MTU. default 1280 @param tag - A user field stored with the MAP */ -define map_add_domain +autoendian define map_add_domain { u32 client_index; u32 context; -- cgit 1.2.3-korg