Re: [ovs-dev] [PATCH] Set reason before sending continuation packet-in to the controller

2016-03-10 Thread Ben Pfaff
On Wed, Mar 09, 2016 at 09:05:03PM +0530, Numan Siddique wrote: > Signed-Off-by: Numan Siddique Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] Set reason before sending continuation packet-in to the controller

2016-03-09 Thread Numan Siddique
Signed-Off-by: Numan Siddique --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index cd6eeab..e4692b3 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c