X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Ftunnel%2Ftunnel_types.api;h=d1934054d80e0d26d7ac9892423bd24d1537ae0a;hb=33c45f56a;hp=98354890016cce41018071527040bfe5d1bee0e4;hpb=027d813a509be0f30e05b48b888007b0094e4faf;p=vpp.git diff --git a/src/vnet/tunnel/tunnel_types.api b/src/vnet/tunnel/tunnel_types.api index 98354890016..d1934054d80 100644 --- a/src/vnet/tunnel/tunnel_types.api +++ b/src/vnet/tunnel/tunnel_types.api @@ -30,6 +30,8 @@ enum tunnel_encap_decap_flags : u8 TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_COPY_ECN = 0x8, /** at decap, copy the ECN bit of the tunnel header into the payload */ TUNNEL_API_ENCAP_DECAP_FLAG_DECAP_COPY_ECN = 0x10, + /** at encap, compute flow hash on the inner packet for more entropy */ + TUNNEL_API_ENCAP_DECAP_FLAG_ENCAP_INNER_HASH = 0x20 [backwards_compatible], }; /**