X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenvswitch%2Ftunnel.h;h=44facfae6cc10b423e74ce6d9c944d388ef0dccc;hb=27b1bdef46dffa58967991682842d2cd248ad16e;hp=d545e40e3e434db298110fb91b5cc36d296f5b17;hpb=b9298d3f825703063c9538aa37407da43e1e4781;p=openvswitch diff --git a/include/openvswitch/tunnel.h b/include/openvswitch/tunnel.h index d545e40e..44facfae 100644 --- a/include/openvswitch/tunnel.h +++ b/include/openvswitch/tunnel.h @@ -50,6 +50,7 @@ #define TNL_F_TTL_INHERIT (1 << 5) /* Inherit the TTL from the inner packet. */ #define TNL_F_PMTUD (1 << 6) /* Enable path MTU discovery. */ #define TNL_F_HDR_CACHE (1 << 7) /* Enable tunnel header caching. */ +#define TNL_F_IPSEC (1 << 8) /* Traffic is IPsec encrypted. */ /* This goes in the "config" member of struct odp_port for tunnel vports. */ struct tnl_port_config {