![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
IKEv2: Set IKEv2 profile traffic selector parameters. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | name [64] |
| u8 | is_local |
| u8 | proto |
| u16 | start_port |
| u16 | end_port |
| u32 | start_addr |
| u32 | end_addr |
IKEv2: Set IKEv2 profile traffic selector parameters.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| name | - IKEv2 profile name |
| is_local | - Traffic selector is local if non-zero, else remote |
| proto | - Traffic selector IP protocol (if zero not relevant) |
| start_port | - The smallest port number allowed by traffic selector |
| end_port | - The largest port number allowed by traffic selector |
| start_addr | - The smallest address included in traffic selector |
| end_addr | - The largest address included in traffic selector |