aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-04-08 14:48:23 +0000
committerDamjan Marion <dmarion@me.com>2019-04-08 21:52:04 +0000
commit1091c4aa9bd96055e7a94d368bd6abf0c9f1b73d (patch)
tree621b3ec4e61c96b38aa5ece700d10e6e727f6d40 /src/vnet/ipsec/esp.h
parentc5df8c71cc867d8120a25e4bd6d065aa63d9011c (diff)
IPSEC TEST: various hash alogrithms
Change-Id: I925aa5bf9472e81f98072d63df499b19e6ddf43d Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/esp.h')
-rw-r--r--src/vnet/ipsec/esp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ipsec/esp.h b/src/vnet/ipsec/esp.h
index 4b67eb2134b..1e7f08277ca 100644
--- a/src/vnet/ipsec/esp.h
+++ b/src/vnet/ipsec/esp.h
@@ -57,7 +57,7 @@ typedef CLIB_PACKED (struct {
#define ESP_SEQ_MAX (4294967295UL)
#define ESP_MAX_BLOCK_SIZE (16)
#define ESP_MAX_IV_SIZE (16)
-#define ESP_MAX_ICV_SIZE (16)
+#define ESP_MAX_ICV_SIZE (32)
u8 *format_esp_header (u8 * s, va_list * args);