X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fipsec_api.c;h=5fbf86bb7e355852a2c2f9d9708c7d54656fd245;hb=23f0c4515f62b18ef6f1ff7cab537838f0f65457;hp=e96da8168fa81eb922b961500441dec269e8c968;hpb=e1584a6c5da542a9b772b901208ad70840a6fa01;p=vpp.git diff --git a/src/vnet/ipsec/ipsec_api.c b/src/vnet/ipsec/ipsec_api.c index e96da8168fa..5fbf86bb7e3 100644 --- a/src/vnet/ipsec/ipsec_api.c +++ b/src/vnet/ipsec/ipsec_api.c @@ -192,13 +192,6 @@ static void vl_api_ipsec_sad_add_del_entry_t_handler sa.id = ntohl (mp->sad_id); sa.spi = ntohl (mp->spi); - /* security protocol AH unsupported */ - if (mp->protocol == IPSEC_PROTOCOL_AH) - { - clib_warning ("unsupported security protocol 'AH'"); - rv = VNET_API_ERROR_UNIMPLEMENTED; - goto out; - } sa.protocol = mp->protocol; /* check for unsupported crypto-alg */ if (mp->crypto_algorithm < IPSEC_CRYPTO_ALG_AES_CBC_128 ||