On Fri, Jan 20, 2017 at 09:16:25AM -0800, Ben Pfaff wrote:
> Before this commit, the OVN action parser would accept "arp {};" and then
> the formatter would format it back as "arp { drop; };", but the parser
> didn't accept the latter.  There were basically two choices: make the
> parser accept "arp { drop; };" or make the formatter output "arp {};"
> (or both).  This patch does (only) the former, and adds a test to avoid
> regression.
> 
> Signed-off-by: Ben Pfaff <b...@ovn.org>

Thanks for the acks.  I applied the first three patches to master and
branch-2.7 (since they are bug fixes).
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to