Re: [ovs-dev] [PATCH 3/8] OF1.4 bundles: Verify xids.

2014-12-22 Thread Jarno Rajahalme
On Dec 11, 2014, at 5:45 PM, Ben Pfaff wrote: > On Mon, Dec 08, 2014 at 02:01:29PM -0800, Jarno Rajahalme wrote: >> A switch may optionally verify that the 'xid' of an added message is >> the same as the 'xid' of the bundle add message itself. Do it. >> >> Signed-off-by: Jarno Rajahalme > >

Re: [ovs-dev] [PATCH 3/8] OF1.4 bundles: Verify xids.

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 02:01:29PM -0800, Jarno Rajahalme wrote: > A switch may optionally verify that the 'xid' of an added message is > the same as the 'xid' of the bundle add message itself. Do it. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff __

[ovs-dev] [PATCH 3/8] OF1.4 bundles: Verify xids.

2014-12-08 Thread Jarno Rajahalme
A switch may optionally verify that the 'xid' of an added message is the same as the 'xid' of the bundle add message itself. Do it. Signed-off-by: Jarno Rajahalme --- lib/ofp-util.c |3 +++ tests/ofp-print.at | 10 ++ 2 files changed, 13 insertions(+) diff --git a/lib/ofp-uti