ipsec: change wildcard value for any protocol of spd policy
[vpp.git] / src / vnet / ipsec / ipsec_spd_policy.h
index d4472e6..fc9c23a 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <vnet/ipsec/ipsec_spd.h>
 
+#define IPSEC_POLICY_PROTOCOL_ANY IP_PROTOCOL_RESERVED
+
 #define foreach_ipsec_policy_action \
   _ (0, BYPASS, "bypass")           \
   _ (1, DISCARD, "discard")         \
@@ -39,7 +41,6 @@ typedef struct
 
 typedef struct
 {
-  /* Ports stored in network byte order */
   u16 start, stop;
 } port_range_t;