diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/buffer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 52935612277..bdb58925bae 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -455,6 +455,12 @@ typedef struct /* The union below has a u64 alignment, so this space is unused */ u32 __unused2[1]; + struct + { + u32 arc_next; + u32 unused; + } nat; + union { struct |