Re: [ovs-dev] [PATCH] ofp-parse: Correctly parse actions= in group bucket

2014-06-24 Thread Thomas Graf
On 06/24/14 at 08:56am, Ben Pfaff wrote: > On Fri, Jun 20, 2014 at 02:24:50PM +0200, Thomas Graf wrote: > > Make the parser compatible with how we print group buckets and allow > > actions= to be specified, e.g.: > > > > group_id=1,type=all,bucket=actions=output:2,bucket=actions=output:3 > > > >

Re: [ovs-dev] [PATCH] ofp-parse: Correctly parse actions= in group bucket

2014-06-24 Thread Ben Pfaff
On Fri, Jun 20, 2014 at 02:24:50PM +0200, Thomas Graf wrote: > Make the parser compatible with how we print group buckets and allow > actions= to be specified, e.g.: > > group_id=1,type=all,bucket=actions=output:2,bucket=actions=output:3 > > Also, better document the supported syntax in the manu

[ovs-dev] [PATCH] ofp-parse: Correctly parse actions= in group bucket

2014-06-20 Thread Thomas Graf
Make the parser compatible with how we print group buckets and allow actions= to be specified, e.g.: group_id=1,type=all,bucket=actions=output:2,bucket=actions=output:3 Also, better document the supported syntax in the manual page. Signed-off-by: Thomas Graf --- lib/ofp-parse.c | 6 +