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
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
___
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