datapath: Enable usage of cached flows.
[openvswitch] / datapath / tunnel.h
index 92963d766b7d9917042507c1a4f3fe4b2b3cc843..37874c57cf3d6cc9e6718a806c756573526dd339 100644 (file)
@@ -25,6 +25,7 @@
  * you have only the first 10 bits to define protocol identifiers.
  */
 #define TNL_T_PROTO_GRE                0
+#define TNL_T_PROTO_CAPWAP     1
 
 /* You only need these flags when you are calling tnl_find_port(). */
 #define TNL_T_KEY_EXACT                (1 << 10)