X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fipsec_sa.h;h=d3335a2d956119727b55347f8484ff0f43b0d322;hb=c59b9a26ed9a6bc083db2868b6993add6fd2ba5b;hp=a6ade604b20351581b8717ef2670173e3c9fd534;hpb=8e22054209ae9c4f08dae16f1aff910d8c8d0b76;p=vpp.git diff --git a/src/vnet/ipsec/ipsec_sa.h b/src/vnet/ipsec/ipsec_sa.h index a6ade604b20..d3335a2d956 100644 --- a/src/vnet/ipsec/ipsec_sa.h +++ b/src/vnet/ipsec/ipsec_sa.h @@ -124,6 +124,9 @@ typedef struct u8 udp_encap; ip46_address_t tunnel_src_addr; ip46_address_t tunnel_dst_addr; + ip4_header_t ip4_hdr; + ip6_header_t ip6_hdr; + udp_header_t udp_hdr; fib_node_index_t fib_entry_index; u32 sibling;