From: Klement Sekera Date: Tue, 23 Oct 2018 09:05:23 +0000 (+0200) Subject: ipsec: fix wrong counter bump X-Git-Tag: v19.04-rc0~565 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F15469%2F1;p=vpp.git ipsec: fix wrong counter bump Change-Id: I5105b688ef3df2c949ba09e1e90c1b8913502388 Signed-off-by: Klement Sekera --- 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;