On Wed, Nov 9, 2011 at 12:07 PM, Justin Pettit <jpet...@nicira.com> wrote: > On Nov 9, 2011, at 11:56 AM, Jesse Gross wrote: > >> On Wed, Nov 9, 2011 at 11:50 AM, Justin Pettit <jpet...@nicira.com> wrote: >>> diff --git a/lib/odp-util.c b/lib/odp-util.c >>> index 8ced2d4..04c0828 100644 >>> --- a/lib/odp-util.c >>> +++ b/lib/odp-util.c >>> @@ -389,7 +389,7 @@ format_odp_key_attr(const struct nlattr *a, struct ds >>> *ds) >>> ds_put_format(ds, "ipv6(src=%s,dst=%s,label=%#"PRIx32",proto=%"PRIu8 >>> ",tos=%#"PRIx8",ttl=%"PRIu8",frag=%s)", >>> src_str, dst_str, ntohl(ipv6_key->ipv6_label), >>> - ipv6_key->ipv6_proto, ipv6_key->ipv6_tos, >>> + ipv6_key->ipv6_proto, ipv6_key->ipv6_tclass, >> >> Same question here about printing "tos=" vs. "tclass=". > > > Okay, here's an incremental:
Looks good, thanks. Acked-by: Jesse Gross <je...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev