X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Ftunnel.h;h=37874c57cf3d6cc9e6718a806c756573526dd339;hb=722d19c504351a3e1a6f64e5a01ff9806eb089a4;hp=92963d766b7d9917042507c1a4f3fe4b2b3cc843;hpb=5214f5c4e95b843b47b047139764d6f4af524785;p=openvswitch diff --git a/datapath/tunnel.h b/datapath/tunnel.h index 92963d76..37874c57 100644 --- a/datapath/tunnel.h +++ b/datapath/tunnel.h @@ -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)