On Mon, Oct 19, 2015 at 11:17:16AM +0900, Simon Horman wrote: > On Fri, Oct 16, 2015 at 08:21:06AM -0700, Ben Pfaff wrote: > > Until now, the only way to specify multiple fields in the "fields" > > parameter for the Netronome groups extension, was to specify "fields" > > more than once, e.g. fields=eth_dst,fields=ip_dst > > > > However, this wasn't documented and the code in ofp-print didn't use it, > > generating output that couldn't be parsed. > > > > This commit fixes the situation by introducing a more straightforward > > syntax, e.g. fields(eth_dst,ip_dst), documents it, and adjusts ofp-print > > code to use it when there is more than one field (it retains the previous > > format for backward compatibility when there is exactly one field) > > > > CC: Simon Horman <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > Acked-by: Simon Horman <[email protected]>
Thanks, applied to master and branch-2.4. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
