Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-18 Thread Jarno Rajahalme
> On May 15, 2015, at 11:01 AM, Jarno Rajahalme wrote: > > >> On May 15, 2015, at 10:03 AM, Romain Lenglet > > wrote: >> >> On May 15, 2015 at 7:45:31 AM, Jarno Rajahalme (jrajaha...@nicira.com >> (mailto:jrajaha...@nicira.com >

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Jarno Rajahalme
> On May 15, 2015, at 10:03 AM, Romain Lenglet > wrote: > > On May 15, 2015 at 7:45:31 AM, Jarno Rajahalme (jrajaha...@nicira.com > (mailto:jrajaha...@nicira.com > )) wrote: > >> >>> On May 14, 2015, at 23:44, Romain Lenglet wrote:

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Romain Lenglet
On May 15, 2015 at 7:45:31 AM, Jarno Rajahalme (jrajaha...@nicira.com(mailto:jrajaha...@nicira.com)) wrote: > > > On May 14, 2015, at 23:44, Romain Lenglet wrote: > > > > Thanks Jarno! > > > >> On May 14, 2015 at 2:11:50 PM, Jarno Rajahalme > >> (jrajaha...@nicira.com(mailto:jrajaha...@nicira.

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-15 Thread Jarno Rajahalme
> On May 14, 2015, at 23:44, Romain Lenglet wrote: > > Thanks Jarno! > >> On May 14, 2015 at 2:11:50 PM, Jarno Rajahalme >> (jrajaha...@nicira.com(mailto:jrajaha...@nicira.com)) wrote: >> The new ovs-ofctl 'bundle' command accepts files similar to >> 'add-flows', but each line can optionally

Re: [ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-14 Thread Romain Lenglet
Thanks Jarno! On May 14, 2015 at 2:11:50 PM, Jarno Rajahalme (jrajaha...@nicira.com(mailto:jrajaha...@nicira.com)) wrote: > The new ovs-ofctl 'bundle' command accepts files similar to > 'add-flows', but each line can optionally start with 'add', 'modify', > 'delete', 'modify_strict', or 'delete

[ovs-dev] [PATCH 16/19] ovs-ofctl: Add 'bundle' command and unit testing.

2015-05-14 Thread Jarno Rajahalme
The new ovs-ofctl 'bundle' command accepts files similar to 'add-flows', but each line can optionally start with 'add', 'modify', 'delete', 'modify_strict', or 'delete_strict' keyword, so that arbitrary flow table modifications may be specified in a single file. The modifications in the file are ex