Looks good, thanks.

Ethan

On Fri, Jul 20, 2012 at 4:25 PM, Ben Pfaff <b...@nicira.com> wrote:
> This comment is talking about the obsolete "tun_id_from_cookie" protocol
> extension that we removed from OVS long ago.
>
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  lib/ofp-util.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/ofp-util.c b/lib/ofp-util.c
> index faa0687..1c9763d 100644
> --- a/lib/ofp-util.c
> +++ b/lib/ofp-util.c
> @@ -110,7 +110,7 @@ ofputil_wildcard_from_ofpfw10(uint32_t ofpfw, struct 
> flow_wildcards *wc)
>      flow_wildcards_init_catchall(wc);
>      wc->wildcards = (OVS_FORCE flow_wildcards_t) ofpfw & WC_INVARIANTS;
>
> -    /* Wildcard fields that aren't defined by ofp10_match or tun_id. */
> +    /* Wildcard fields that aren't defined by ofp10_match. */
>      wc->wildcards |= FWW_NW_ECN | FWW_NW_TTL;
>
>      if (ofpfw & OFPFW10_NW_TOS) {
> --
> 1.7.2.5
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to