ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / vnet / ip / ip6_hop_by_hop.h
index 6ae2a2e..e8ecab6 100644 (file)
@@ -40,6 +40,11 @@ typedef struct
   u8 flow_name[64];
 } flow_data_t;
 
+typedef struct
+{
+  u8 next_index_by_protocol[256];
+} ip6_local_hop_by_hop_runtime_t;
+
 typedef struct
 {
   /* The current rewrite we're using */
@@ -85,6 +90,8 @@ typedef struct
     u32 (*flow_handler[MAX_IP6_HBH_OPTION]) (u32 flow_ctx, u8 add);
   flow_data_t *flows;
 
+  ip6_local_hop_by_hop_runtime_t *ip6_local_hbh_runtime;
+
   /* convenience */
   vlib_main_t *vlib_main;
   vnet_main_t *vnet_main;