X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenvswitch%2Ftunnel.h;fp=include%2Fopenvswitch%2Ftunnel.h;h=c535a50a51b2d5ee3773a0a3cb7bd094ee5d6689;hb=009e734c5825b7edadcd1cf84be6d454f42ddca6;hp=d9f92d568ace7b11dddd6a1eb88bfa787995b538;hpb=09538fdc5765afad5c5419483e688d1de4fd5aea;p=sliver-openvswitch.git diff --git a/include/openvswitch/tunnel.h b/include/openvswitch/tunnel.h index d9f92d568..c535a50a5 100644 --- a/include/openvswitch/tunnel.h +++ b/include/openvswitch/tunnel.h @@ -72,6 +72,6 @@ enum { * not IP. */ /* Bit 5 was previously used for path MTU discovery. " */ /* Bit 6 is reserved since it was previously used for Tunnel header caching. */ -#define TNL_F_IPSEC (1 << 7) /* Traffic is IPsec encrypted. */ +/* Bit 7 was previously used for IPsec tunnel ports. */ #endif /* openvswitch/tunnel.h */