Skip to content

Commit a35035d

Browse files
authored
[Bug Fix] Update NF_TAG in aesdecrypt.c
Fixes the NF_TAG of aesdecrypt in openNetVM/examples/aes_decrypt/aesdecrypt.c. Commit log: * Update aesdecrypt.c
1 parent ea11806 commit a35035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aes_decrypt/aesdecrypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#include "onvm_nflib.h"
6161
#include "onvm_pkt_helper.h"
6262

63-
#define NF_TAG "aes_encrypt"
63+
#define NF_TAG "aes_decrypt"
6464

6565
/* number of package between each print */
6666
static uint32_t print_delay = 1000000;

0 commit comments

Comments
 (0)