diff options
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index bdb58925bae..50515c435e2 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -458,7 +458,7 @@ typedef struct struct { u32 arc_next; - u32 unused; + u32 ed_out2in_nat_session_index; } nat; union |