ipsec: remove the set_key API 03/20003/3
authorNeale Ranns <nranns@cisco.com>
Thu, 6 Jun 2019 13:28:14 +0000 (13:28 +0000)
committerDamjan Marion <dmarion@me.com>
Fri, 7 Jun 2019 11:19:12 +0000 (11:19 +0000)
commitf2922422d972644e67d1ca989e40cd0100ecb06d
tree6833280b7516aa3602a001830f0f3c0e5dd33e1c
parent814f15948cbcf67f9a9c9792b22ce1f182eaa20d
ipsec: remove the set_key API

there's no use case to just change the key of an SA. instead the SA
should be renegociated and the new SA applied to the existing SPD entry
or tunnel.

the set_key functions were untested.

Type: refactor
Change-Id: Ib096eebaafb20be7b5501ece5a24aea038373002
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vat/api_format.c
src/vnet/crypto/crypto.c
src/vnet/crypto/crypto.h
src/vnet/ipsec/ipsec.api
src/vnet/ipsec/ipsec_api.c
src/vnet/ipsec/ipsec_cli.c
src/vnet/ipsec/ipsec_if.c
src/vnet/ipsec/ipsec_if.h
src/vnet/ipsec/ipsec_sa.c
src/vnet/ipsec/ipsec_sa.h