ipsec: Typo in flag name 49/20949/1
authorNeale Ranns <nranns@cisco.com>
Wed, 31 Jul 2019 08:04:43 +0000 (01:04 -0700)
committerNeale Ranns <nranns@cisco.com>
Wed, 31 Jul 2019 08:04:43 +0000 (01:04 -0700)
Type: fix

Change-Id: I0c9353598d3c9b7ea587ea8a2b6e1faa5454843d
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ipsec/ipsec_sa.h

index 86d76b3..b3e138b 100644 (file)
@@ -92,7 +92,7 @@ typedef struct ipsec_key_t_
   _ (8, IS_TUNNEL_V6, "tunnel-v6")                        \
   _ (16, UDP_ENCAP, "udp-encap")                          \
   _ (32, IS_PROTECT, "Protect")                           \
-  _ (64, IS_INBOUND, "inboud")                            \
+  _ (64, IS_INBOUND, "inbound")                           \
   _ (128, IS_AEAD, "aead")                                \
 
 typedef enum ipsec_sad_flags_t_