diff options
Diffstat (limited to 'src/vnet/ip')
-rw-r--r-- | src/vnet/ip/ip_format_fns.h | 3 | ||||
-rw-r--r-- | src/vnet/ip/ip_types_api.h | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/src/vnet/ip/ip_format_fns.h b/src/vnet/ip/ip_format_fns.h index b0e0c10d715..0c2e0661ba0 100644 --- a/src/vnet/ip/ip_format_fns.h +++ b/src/vnet/ip/ip_format_fns.h @@ -20,8 +20,7 @@ static inline u8 *format_vl_api_ip6_address_t (u8 * s, va_list * args); static inline u8 *format_vl_api_ip4_address_t (u8 * s, va_list * args); #include <vnet/ip/format.h> -#define vl_typedefs -#include <vnet/ip/ip_types.api.h> +#include <vnet/ip/ip_types.api_types.h> static inline u8 * format_vl_api_ip6_address_t (u8 * s, va_list * args) diff --git a/src/vnet/ip/ip_types_api.h b/src/vnet/ip/ip_types_api.h index 09ca0e6e1a0..11891dec7c1 100644 --- a/src/vnet/ip/ip_types_api.h +++ b/src/vnet/ip/ip_types_api.h @@ -24,15 +24,7 @@ #include <vnet/fib/fib_types.h> #include <vnet/mfib/mfib_types.h> #include <vlibapi/api_types.h> - -/** - * Forward declarations so we need not #include the API definitions here - */ -typedef u8 vl_api_ip6_address_t[16]; -typedef u8 vl_api_ip4_address_t[4]; -struct _vl_api_address; -struct _vl_api_prefix; -struct _vl_api_mprefix; +#include <vnet/ip/ip.api_types.h> /** * These enum decode/encodes use 'int' as the type for the enum becuase |