From 41ff1eb5ddc493abdf9721640633a137ab638262 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 21 Jun 2021 13:45:44 +0000 Subject: ethernet: api cleanup Use autogenerated code. Does not change API definitions. Type: improvement Signed-off-by: Filip Tehlar Change-Id: Iacaefbf04834f000a14f151c4b848f280ac46d63 --- src/vnet/ethernet/p2p_ethernet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/ethernet/p2p_ethernet.h') diff --git a/src/vnet/ethernet/p2p_ethernet.h b/src/vnet/ethernet/p2p_ethernet.h index bb1e2896bc2..78ca81a9da2 100644 --- a/src/vnet/ethernet/p2p_ethernet.h +++ b/src/vnet/ethernet/p2p_ethernet.h @@ -33,6 +33,8 @@ typedef struct { /* convenience */ vlib_main_t * vlib_main; vnet_main_t * vnet_main; + + u16 msg_id_base; } p2p_ethernet_main_t; extern p2p_ethernet_main_t p2p_main; -- cgit 1.2.3-korg