[ovs-dev] [PATCH]: Trio of small fixes

Ben Pfaff blp at nicira.com
Thu Oct 28 16:56:08 UTC 2010


On Wed, Oct 27, 2010 at 06:19:57PM -0700, Jean Tourrilhes wrote:
> --- openvswitch/lib/ofp-util.j1.c	2010-10-27 18:01:11.000000000 -0700
> +++ openvswitch/lib/ofp-util.c	2010-10-27 18:01:36.000000000 -0700
> @@ -689,7 +689,7 @@ actions_next(struct actions_iterator *it
>  void
>  normalize_match(struct ofp_match *m)
>  {
> -    enum { OFPFW_NW = OFPFW_NW_SRC_MASK | OFPFW_NW_DST_MASK | OFPFW_NW_PROTO };
> +    enum { OFPFW_NW = OFPFW_NW_SRC_MASK | OFPFW_NW_DST_MASK | OFPFW_NW_PROTO | OFPFW_NW_TOS };
>      enum { OFPFW_TP = OFPFW_TP_SRC | OFPFW_TP_DST };
>      uint32_t wc;
>  

Thanks, this looks good.  I'll push it out soon.




More information about the dev mailing list