FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
IPsec policy database response. More...
Data Fields | |
u32 | context |
u32 | spd_id |
i32 | priority |
u8 | is_outbound |
u8 | is_ipv6 |
u8 | local_start_addr [16] |
u8 | local_stop_addr [16] |
u16 | local_start_port |
u16 | local_stop_port |
u8 | remote_start_addr [16] |
u8 | remote_stop_addr [16] |
u16 | remote_start_port |
u16 | remote_stop_port |
u8 | protocol |
u8 | policy |
u32 | sa_id |
u64 | bytes |
u64 | packets |
IPsec policy database response.
context | - sender context which was passed in the request |
spd_id | - SPD instance id |
priority | - numeric value to control policy evaluation order |
is_outbound | - [1|0] to indicate if direction is [out|in]bound |
is_ipv6 | - [1|0] to indicate if address family is ipv[6|4] |
local_start_addr | - first address in local traffic selector range |
local_stop_addr | - last address in local traffic selector range |
local_start_port | - first port in local traffic selector range |
local_stop_port | - last port in local traffic selector range |
remote_start_addr | - first address in remote traffic selector range |
remote_stop_addr | - last address in remote traffic selector range |
remote_start_port | - first port in remote traffic selector range |
remote_stop_port | - last port in remote traffic selector range |
protocol | - traffic selector protocol |
policy | - policy action |
sa_id | - SA id |
bytes | - byte count of packets matching this policy |
packets | - count of packets matching this policy |