X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Frewrite.h;h=496bb149bc45a18fb8489d5b49554a19d28e23db;hb=5c544c8c3e084f7ccad041d168b6fff736b46cba;hp=c23edbe1f60975018331a8c3823665477010a177;hpb=59b792ffb1d77309b0ab17e441fd14237adb74db;p=vpp.git diff --git a/src/vnet/adj/rewrite.h b/src/vnet/adj/rewrite.h index c23edbe1f60..496bb149bc4 100644 --- a/src/vnet/adj/rewrite.h +++ b/src/vnet/adj/rewrite.h @@ -60,6 +60,11 @@ typedef enum vnet_rewrite_flags_t_ * this adj performs IP4 over IP4 fixup */ VNET_REWRITE_FIXUP_IP4_O_4 = (1 << 1), + + /** + * this adj performs the flow hash fixup + */ + VNET_REWRITE_FIXUP_FLOW_HASH = (1 << 2), } __attribute__ ((packed)) vnet_rewrite_flags_t; typedef struct vnet_rewrite_header_t_