ipsec: fix wrong counter bump

Change-Id: I5105b688ef3df2c949ba09e1e90c1b8913502388
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2018-10-23 11:05:23 +02:00
parent 2322798bea
commit c3ac3131d4

View File

@ -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;