Acked-by: Alex Wang <[email protected]>

On Thu, May 22, 2014 at 9:35 PM, Joe Stringer <[email protected]>wrote:

> Signed-off-by: Joe Stringer <[email protected]>
> ---
>  ofproto/ofproto-dpif-xlate.c |    2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
> index a87db54..e0b10cb 100644
> --- a/ofproto/ofproto-dpif-xlate.c
> +++ b/ofproto/ofproto-dpif-xlate.c
> @@ -266,7 +266,6 @@ struct xc_entry {
>              uint16_t vid;
>          } bond;
>          struct {
> -            struct ofproto_dpif *ofproto;
>              struct rule_dpif *rule;
>          } learn;
>          struct {
> @@ -2665,7 +2664,6 @@ xlate_learn_action(struct xlate_ctx *ctx,
>          struct xc_entry *entry;
>
>          entry = xlate_cache_add_entry(ctx->xin->xcache, XC_LEARN);
> -        entry->u.learn.ofproto = ctx->xin->ofproto;
>          /* Lookup the learned rule, taking a reference on it.  The
> reference
>           * is released when this cache entry is deleted. */
>          rule_dpif_lookup(ctx->xbridge->ofproto, &ctx->xin->flow, NULL,
> --
> 1.7.10.4
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to