Re: [ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-06-02 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 06:06:14PM -0700, Jarno Rajahalme wrote: On Jun 1, 2015, at 2:48 PM, Ben Pfaff b...@nicira.com wrote: On Mon, Jun 01, 2015 at 01:58:41PM -0700, Jarno Rajahalme wrote: On Jun 1, 2015, at 1:47 PM, Jarno Rajahalme jrajaha...@nicira.com wrote: On May 29,

Re: [ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-06-01 Thread Ben Pfaff
On Mon, Jun 01, 2015 at 01:58:41PM -0700, Jarno Rajahalme wrote: On Jun 1, 2015, at 1:47 PM, Jarno Rajahalme jrajaha...@nicira.com wrote: On May 29, 2015, at 5:38 PM, Ben Pfaff b...@nicira.com wrote: On Mon, May 18, 2015 at 04:10:15PM -0700, Jarno Rajahalme wrote: OpenFlow

Re: [ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-06-01 Thread Jarno Rajahalme
Pushed to master, Jarno On Jun 1, 2015, at 6:06 PM, Jarno Rajahalme jrajaha...@nicira.com wrote: On Jun 1, 2015, at 2:48 PM, Ben Pfaff b...@nicira.com mailto:b...@nicira.com wrote: On Mon, Jun 01, 2015 at 01:58:41PM -0700, Jarno Rajahalme wrote: On Jun 1, 2015, at 1:47 PM, Jarno

Re: [ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-06-01 Thread Jarno Rajahalme
On Jun 1, 2015, at 2:48 PM, Ben Pfaff b...@nicira.com wrote: On Mon, Jun 01, 2015 at 01:58:41PM -0700, Jarno Rajahalme wrote: On Jun 1, 2015, at 1:47 PM, Jarno Rajahalme jrajaha...@nicira.com wrote: On May 29, 2015, at 5:38 PM, Ben Pfaff b...@nicira.com wrote: On Mon, May 18, 2015

Re: [ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:15PM -0700, 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 jrajaha...@nicira.com It's pretty

[ovs-dev] [PATCH v2 06/19] bundles: Validate bundled messages.

2015-05-18 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 jrajaha...@nicira.com --- lib/ofp-print.c |4 ++-- lib/ofp-util.c| 10 +++---