diff options
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 88637e1d902..27aeb3b42ea 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -309,8 +309,11 @@ typedef struct /* interface output features */ struct { + /* don't overlap the adjcencies nor flow-hash */ + u32 __pad[3]; u32 sad_index; u32 protect_index; + u16 thread_index; } ipsec; /* MAP */ |