On Tue, Jun 14, 2016 at 09:36:10AM -0500, Ryan Moats wrote:
> "dev" wrote on 06/09/2016 12:37:58 AM:
>
> > From: Ben Pfaff
> > To: dev@openvswitch.org
> > Cc: Ben Pfaff
> > Subject: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and
>
"dev" wrote on 06/09/2016 12:37:58 AM:
> From: Ben Pfaff
> To: dev@openvswitch.org
> Cc: Ben Pfaff
> Subject: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and
exchanges.
> Sent by: "dev"
[snip]
> --- a/ovn/lib/actions.c
> +++
As written, it was difficult for the OVN logical action code to add support
for new actions of the form "dst = ...", because the code to parse the left
side of the assignment was a monolithic part of the expr library. This
commit refactors the code division so that an upcoming patch can support a