X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fah_decrypt.c;h=9b0c16e37a5e6ea456b03af8dce5f52a9a6c3109;hb=bb46324d7ef32b9fe8fb28ece1b92485b6a508de;hp=34ea000d623fb756508e2fe607da5cf7c074095d;hpb=33177d698ef37dd8924c02220650a0b5d9e7fcd4;p=vpp.git diff --git a/src/vnet/ipsec/ah_decrypt.c b/src/vnet/ipsec/ah_decrypt.c index 34ea000d623..9b0c16e37a5 100644 --- a/src/vnet/ipsec/ah_decrypt.c +++ b/src/vnet/ipsec/ah_decrypt.c @@ -156,7 +156,6 @@ ah_decrypt_inline (vlib_main_t * vm, if (PREDICT_FALSE (rv)) { - clib_warning ("anti-replay SPI %u seq %u", sa0->spi, seq); if (is_ip6) vlib_node_increment_counter (vm, ah6_decrypt_node.index, @@ -165,8 +164,6 @@ ah_decrypt_inline (vlib_main_t * vm, vlib_node_increment_counter (vm, ah4_decrypt_node.index, AH_DECRYPT_ERROR_REPLAY, 1); - to_next[0] = i_bi0; - to_next += 1; goto trace; } } @@ -223,8 +220,6 @@ ah_decrypt_inline (vlib_main_t * vm, ah4_decrypt_node.index, AH_DECRYPT_ERROR_INTEG_ERROR, 1); - to_next[0] = i_bi0; - to_next += 1; goto trace; }