ipsec: Split the SA add_del API into an separate add and del 93/32893/3
authorNeale Ranns <neale@graphiant.com>
Thu, 24 Jun 2021 14:57:56 +0000 (14:57 +0000)
committerMatthew Smith <mgsmith@netgate.com>
Mon, 28 Jun 2021 21:26:30 +0000 (21:26 +0000)
commitff2e4138cc020dea4ab0f21f1b172b28f5ed3565
tree9ba66a5ef80aff8d8d8fb56c6f7d1cd873d70380
parent9c23ff8c8ab2ba881540a1c9c6d331d2ed6c8c6a
ipsec: Split the SA add_del API into an separate add and del

Type: improvement

the rationale being that the del only requires the SA's ID, so it's a
bit mean to require the client to fill out all the other information as
well.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: Ibbc20405e74d6a0e1a3797465ead5271f15888e4
src/vnet/ipsec/ipsec.api
src/vnet/ipsec/ipsec_api.c
test/vpp_ipsec.py