On Thu, Jun 13, 2013 at 04:53:25PM -0700, Justin Pettit wrote: > For tunnels, we need to handle the facet's wildcards specially in a > couple of cases: > > - Don't wildcard TTL for facets if "ttl" option is "inherit". > - Never wildcard the ECN bits, since they are always inherited. > - Wildcard the rest of the TOS field if the "tos" option is "inherit". > > Issue #17911 > > Signed-off-by: Justin Pettit <jpet...@nicira.com>
I think that this: wc->masks.nw_tos = IP_ECN_MASK; should be wc->masks.nw_tos |= IP_ECN_MASK; but otherwise this looks good. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev