]> git.proxmox.com Git - ovs.git/commit - tests/ovn.at
expr: Better simplify some special cases of expressions.
authorBen Pfaff <blp@ovn.org>
Thu, 6 Oct 2016 22:31:07 +0000 (15:31 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 11 Oct 2016 15:35:25 +0000 (08:35 -0700)
commit33f15d17e184449d3eb7792cd51b7d5256abd0ef
treef862bb0d262a1797d0b8d2e5dbe71ea7c95b69be
parent8c3caa2c9d7af106ce3dd51755af958886d64132
expr: Better simplify some special cases of expressions.

It's pretty unlikely that a human would write expressions like these, but
they can come up in machine-generated expressions and it seems best to
simplify them in an efficient way.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
ovn/lib/expr.c
tests/ovn.at