X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fvnet.h;h=14da23f66ceb29810eb4159fbbbacaec7de9ae84;hb=d0236f725;hp=5098aa6ecec6a646598f0193b1e2c3dc76101c49;hpb=d723161e038d00e59766aa67a6a0dcc350227e4b;p=vpp.git diff --git a/src/vnet/vnet.h b/src/vnet/vnet.h index 5098aa6ecec..14da23f66ce 100644 --- a/src/vnet/vnet.h +++ b/src/vnet/vnet.h @@ -40,13 +40,16 @@ #ifndef included_vnet_vnet_h #define included_vnet_vnet_h +#include + #include -#include +#include #include #include #include #include +#include typedef struct vnet_main_t { @@ -71,6 +74,9 @@ typedef struct vnet_main_t uword *interface_tag_by_sw_if_index; + _vnet_ip_table_function_list_elt_t + * ip_table_add_del_functions[VNET_ITF_FUNC_N_PRIO]; + /* * Last "api" error, preserved so we can issue reasonable diagnostics * at or near the top of the food chain @@ -81,7 +87,6 @@ typedef struct vnet_main_t } vnet_main_t; extern vnet_main_t vnet_main; -extern vnet_main_t **vnet_mains; #include #include