Re: [ovs-dev] [PATCH 8/8] bundles: Validate bundled messages.

2014-12-22 Thread Jarno Rajahalme
On Dec 11, 2014, at 6:40 PM, Ben Pfaff wrote: > On Mon, Dec 08, 2014 at 02:01:34PM -0800, Jarno Rajahalme wrote: >> OpenFlow bundle messages should be decoded and validated at the time >> they are added to the bundle. This commit does this for flow mod and >> port mod messages. >> >> Signed-of

Re: [ovs-dev] [PATCH 8/8] bundles: Validate bundled messages.

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 02:01:34PM -0800, Jarno Rajahalme wrote: > OpenFlow bundle messages should be decoded and validated at the time > they are added to the bundle. This commit does this for flow mod and > port mod messages. > > Signed-off-by: Jarno Rajahalme I think this commit might contai

[ovs-dev] [PATCH 8/8] bundles: Validate bundled messages.

2014-12-08 Thread Jarno Rajahalme
OpenFlow bundle messages should be decoded and validated at the time they are added to the bundle. This commit does this for flow mod and port mod messages. Signed-off-by: Jarno Rajahalme --- lib/ofp-print.c |2 +- lib/ofp-util.c| 10 +++--- lib/ofp-util.h|5 - ofpro