[ovs-dev] [PATCH] datapath: Rename ipv6_tos to ipv6_tclass.

Jesse Gross jesse at nicira.com
Wed Nov 9 19:56:58 UTC 2011


On Wed, Nov 9, 2011 at 11:50 AM, Justin Pettit <jpettit at 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=".



More information about the dev mailing list