Re: [ovs-dev] [PATCH 1/2] ofproto-dpif: Emit set_tunnel when required to.

2011-09-12 Thread Ben Pfaff
On Mon, Sep 12, 2011 at 05:43:25PM -0700, Ethan Jackson wrote: > ofproto-dpif assumed that the datapath initialized the tun_id of a > flow on egress, to its tun_id on ingress. For this reason, if > OpenFlow actions set the tun_id to a flow's ingress tun_id, > ofproto-dpif would fail to emit a set_

[ovs-dev] [PATCH 1/2] ofproto-dpif: Emit set_tunnel when required to.

2011-09-12 Thread Ethan Jackson
ofproto-dpif assumed that the datapath initialized the tun_id of a flow on egress, to its tun_id on ingress. For this reason, if OpenFlow actions set the tun_id to a flow's ingress tun_id, ofproto-dpif would fail to emit a set_tunnel action. Reported-by: Igor Ganichev Reported-by: Pankaj Thakkar