aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index 2144ed3a9df..5114dc68a71 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -189,6 +189,7 @@ typedef struct
struct
{
u32 next_index; /* index of next node - ignored if "feature" node */
+ u32 error_next_index; /* index of next node if error - ignored if 'feature' node */
u16 estimated_mtu; /* estimated MTU calculated during reassembly */
u16 owner_thread_index;
};