X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fah_decrypt.c;h=941368a969549b8fbdd134574bc05c99efd1c15a;hb=c3ac3131d4d6f20f28632484c3c3ead50aa11cac;hp=e3e0071a40ffbf4d0a61a806230659d0723fda95;hpb=2322798bea16ff4092e2361423af6fd451fd1669;p=vpp.git diff --git a/src/vnet/ipsec/ah_decrypt.c b/src/vnet/ipsec/ah_decrypt.c index e3e0071a40f..941368a9695 100644 --- a/src/vnet/ipsec/ah_decrypt.c +++ b/src/vnet/ipsec/ah_decrypt.c @@ -163,7 +163,7 @@ ah_decrypt_inline (vlib_main_t * vm, AH_DECRYPT_ERROR_REPLAY, 1); else vlib_node_increment_counter (vm, - ah6_decrypt_node.index, + ah4_decrypt_node.index, AH_DECRYPT_ERROR_REPLAY, 1); to_next[0] = i_bi0; to_next += 1;