X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fpunt.h;h=4cef527855866aaa6ae876971907cf5ea9cf7f9b;hb=f7b7fa53b7eaec81d8c00c1023fb7d01f1f9761f;hp=0103249cca0c7fc7547f11f084d494558498629d;hpb=f7a55ad74c90928d86f1bbf56590d9571c1b828f;p=vpp.git diff --git a/src/vnet/ip/punt.h b/src/vnet/ip/punt.h index 0103249cca0..4cef5278558 100644 --- a/src/vnet/ip/punt.h +++ b/src/vnet/ip/punt.h @@ -21,6 +21,8 @@ #define included_punt_h #include +#include + typedef enum { #define punt_error(n,s) PUNT_ERROR_##n, @@ -72,7 +74,7 @@ typedef struct char sun_path[sizeof (struct sockaddr_un)]; punt_client_t *clients_by_dst_port4; punt_client_t *clients_by_dst_port6; - u32 unix_file_index; + u32 clib_file_index; bool is_configured; vlib_node_t *interface_output_node; u32 *ready_fds;