Re: [ovs-dev] [PATCH 2/2] ofproto-dpif: fix OF1.4 packet-in wire protocol version

2014-11-25 Thread Ben Pfaff
On Fri, Nov 21, 2014 at 11:44:24AM -0800, Shu Shen wrote: > Previously even when OF1.4 is used between the controller and the > switch, packet-in messages has OF1.3 as wire protocol version. > > Signed-off-by: Shu Shen It looks like this was already fixed by Simon Horman's patch last week. I'll

[ovs-dev] [PATCH 2/2] ofproto-dpif: fix OF1.4 packet-in wire protocol version

2014-11-21 Thread Shu Shen
Previously even when OF1.4 is used between the controller and the switch, packet-in messages has OF1.3 as wire protocol version. Signed-off-by: Shu Shen --- lib/ofp-msgs.h | 2 +- lib/ofp-util.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ofp-msgs.h b/lib/ofp-msg