![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
IPsec security association database response. More...
Data Fields | |
| option | deprecated |
| u32 | context |
| vl_api_ipsec_sad_entry_t | entry |
| vl_api_interface_index_t | sw_if_index |
| u32 | salt |
| u64 | seq_outbound |
| u64 | last_seq_inbound |
| u64 | replay_window |
| u32 | stat_index |
IPsec security association database response.
| context | - sender context which was passed in the request |
| entry | - The SA details |
| sw_if_index | - sw_if_index of tunnel interface, policy-based SAs = ~0 |
| salt | - 4 byte salt |
| seq | - current sequence number for outbound |
| seq_hi | - high 32 bits of ESN for outbound |
| last_seq | - highest sequence number received inbound |
| last_seq_hi | - high 32 bits of highest ESN received inbound |
| replay_window | - bit map of seq nums received relative to last_seq if using anti-replay |
| stat_index | - index for the SA in the stats segment @ /net/ipsec/sa |
| vl_api_interface_index_t vl_api_ipsec_sa_details_t::sw_if_index |