openflow: Table maintenance commands for Geneve options.
[cascardo/ovs.git] / lib / packets.h
index b5cd6ab..23fb40a 100644 (file)
@@ -751,7 +751,10 @@ static inline bool dl_type_is_ip_any(ovs_be16 dl_type)
 }
 
 /* Tunnel header */
+#define GENEVE_MAX_OPT_SIZE 124
+
 #define GENEVE_CRIT_OPT_TYPE (1 << 7)
+
 struct geneve_opt {
     ovs_be16  opt_class;
     uint8_t   type;