diff options
Diffstat (limited to 'vnet/vnet/buffer.h')
-rw-r--r-- | vnet/vnet/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/buffer.h b/vnet/vnet/buffer.h index 3fcdf074e36..cab716c23a8 100644 --- a/vnet/vnet/buffer.h +++ b/vnet/vnet/buffer.h @@ -212,7 +212,7 @@ typedef struct /* interface output features */ struct { - u32 ipsec_spd_index; + u32 ipsec_flags; u32 ipsec_sad_index; u32 unused[3]; u32 bitmap; |