Re: [ovs-dev] [PATCH v2 03/19] ofp-util: Fix xid in ofputil_encode_bundle_add().

2015-06-01 Thread Jarno Rajahalme
> On May 29, 2015, at 3:58 PM, Ben Pfaff wrote: > > On Mon, May 18, 2015 at 04:10:12PM -0700, Jarno Rajahalme wrote: >> Bundle add must use the same xid as the embedded message. >> >> Signed-off-by: Jarno Rajahalme > > Good catch, thanks. > > Acked-by: Ben Pfaff Thanks for the review, pus

Re: [ovs-dev] [PATCH v2 03/19] ofp-util: Fix xid in ofputil_encode_bundle_add().

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:12PM -0700, Jarno Rajahalme wrote: > Bundle add must use the same xid as the embedded message. > > Signed-off-by: Jarno Rajahalme Good catch, thanks. Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://op

[ovs-dev] [PATCH v2 03/19] ofp-util: Fix xid in ofputil_encode_bundle_add().

2015-05-18 Thread Jarno Rajahalme
Bundle add must use the same xid as the embedded message. Signed-off-by: Jarno Rajahalme --- lib/ofp-util.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 6366919..e62c584 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -8900,7