diff options
Diffstat (limited to 'vnet/vnet/buffer.h')
-rw-r--r-- | vnet/vnet/buffer.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/vnet/vnet/buffer.h b/vnet/vnet/buffer.h index fafb318104e..d93c501157a 100644 --- a/vnet/vnet/buffer.h +++ b/vnet/vnet/buffer.h @@ -78,7 +78,7 @@ _(gre) \ _(l2_classify) \ _(handoff) \ _(policer) \ -_(output_features) \ +_(ipsec) \ _(map) \ _(map_t) \ _(ip_frag) @@ -203,11 +203,9 @@ typedef struct /* interface output features */ struct { - u32 ipsec_flags; - u32 ipsec_sad_index; - u32 unused[3]; - u32 bitmap; - } output_features; + u32 flags; + u32 sad_index; + } ipsec; /* vcgn udp inside input, only valid there */ struct |