flow-hash: Add symmetric flag for flow hashing
[vpp.git] / src / vnet / ip / punt.h
index 0103249..4cef527 100644 (file)
@@ -21,6 +21,8 @@
 #define included_punt_h
 
 #include <sys/un.h>
+#include <stdbool.h>
+
 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;