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_
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