FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | ipsec_add_del_spd (vlib_main_t *vm, u32 spd_id, int is_add) |
Add/Delete a SPD. More... | |
int | ipsec_set_interface_spd (vlib_main_t *vm, u32 sw_if_index, u32 spd_id, int is_add) |
Bind/attach a SPD to an interface. More... | |
int ipsec_add_del_spd | ( | vlib_main_t * | vm, |
u32 | spd_id, | ||
int | is_add | ||
) |
Add/Delete a SPD.
Definition at line 20 of file ipsec_spd.c.
int ipsec_set_interface_spd | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
u32 | spd_id, | ||
int | is_add | ||
) |
Bind/attach a SPD to an interface.
Definition at line 63 of file ipsec_spd.c.