On Wed, Nov 9, 2011 at 11:21 AM, Justin Pettit <jpet...@nicira.com> wrote:
> diff --git a/lib/odp-util.c b/lib/odp-util.c
> index 3703844..4b0cee4 100644
> --- a/lib/odp-util.c
> +++ b/lib/odp-util.c
> @@ -390,7 +390,7 @@ format_odp_key_attr(const struct nlattr *a, struct ds *ds)
>                       ",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_ttl,
> +                      ipv6_key->ipv6_hop_limit,

Should we make the "ttl=" be "hop_limit=" as well?

Otherwise, looks good.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to