diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2021-07-08 18:44:19 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-07-13 19:27:22 +0000 |
commit | b7e4d4487c0fa02f3869d24799c6573452276396 (patch) | |
tree | 915ba0a3dc8004540eb10a8dfcb378dfc4f5fb8e /src/vnet/mfib | |
parent | 66edaf209fcfa618f42c0e6d21873a31de86b412 (diff) |
misc: remove vnet_all_api_h and vnet_msg_enum
These file are no longer needed
Type: improvement
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I34f8e0b7e17d9e8c06dcd6c5ffe51aa273cdec07
Diffstat (limited to 'src/vnet/mfib')
-rw-r--r-- | src/vnet/mfib/mfib_api.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/vnet/mfib/mfib_api.c b/src/vnet/mfib/mfib_api.c index 4743d889aef..170796b83c7 100644 --- a/src/vnet/mfib/mfib_api.c +++ b/src/vnet/mfib/mfib_api.c @@ -20,22 +20,6 @@ #include <vnet/fib/fib_api.h> #include <vnet/ip/ip_types_api.h> -#include <vnet/vnet_msg_enum.h> - -#define vl_typedefs /* define message structures */ -#include <vnet/vnet_all_api_h.h> -#undef vl_typedefs - -#define vl_endianfun /* define message structures */ -#include <vnet/vnet_all_api_h.h> -#undef vl_endianfun - -/* instantiate all the print functions we know about */ -#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) -#define vl_printfun -#include <vnet/vnet_all_api_h.h> -#undef vl_printfun - static vl_api_mfib_itf_flags_t mfib_api_path_itf_flags_encode (mfib_itf_flags_t flags) { |