Re: [ovs-dev] [PATCH 4/8] bundles: Reject bundle add with bad flags.

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:30PM -0800, Jarno Rajahalme wrote: >> OpenFlow 1.4 states that the switch must reject a bundle add message >> whose flags are different from the ones in the bundle. Do it. >> >> Signed-off-by: Jarno Rajahalme > > A

Re: [ovs-dev] [PATCH 4/8] bundles: Reject bundle add with bad flags.

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 02:01:30PM -0800, Jarno Rajahalme wrote: > OpenFlow 1.4 states that the switch must reject a bundle add message > whose flags are different from the ones in the bundle. Do it. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH 4/8] bundles: Reject bundle add with bad flags.

2014-12-08 Thread Jarno Rajahalme
OpenFlow 1.4 states that the switch must reject a bundle add message whose flags are different from the ones in the bundle. Do it. Signed-off-by: Jarno Rajahalme --- ofproto/bundles.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ofproto/bundles.c b/ofproto/bund