ipsec: add insecure option for format of SA
[vpp.git] / src / vnet / ipsec / ipsec.h
index ccbe7d7..3c3cb04 100644 (file)
@@ -173,6 +173,7 @@ typedef enum ipsec_format_flags_t_
 {
   IPSEC_FORMAT_BRIEF = 0,
   IPSEC_FORMAT_DETAIL = (1 << 0),
+  IPSEC_FORMAT_INSECURE = (1 << 1),
 } ipsec_format_flags_t;
 
 extern ipsec_main_t ipsec_main;