ovn: Extend logical "next" action to jump to arbitrary flow tables.
authorBen Pfaff <blp@nicira.com>
Fri, 16 Oct 2015 03:25:26 +0000 (20:25 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 16 Oct 2015 03:25:26 +0000 (20:25 -0700)
commit558ec83dce80fe37f1dc10567db0e170131d1a44
tree5f109080e4be1f50e063b4c4bb09e852598d9c03
parent38b366b1c3f5ca3f8b96782af6432f77c48cb2c9
ovn: Extend logical "next" action to jump to arbitrary flow tables.

This makes it easier to route a "destination unreachable" message
generated because of an IP routing failure, because the destination
unreachable message must itself be routed the same way.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/controller/lflow.c
ovn/lib/actions.c
ovn/lib/actions.h
ovn/lib/expr.c
ovn/lib/lex.c
ovn/lib/lex.h
ovn/ovn-sb.xml
tests/ovn.at
tests/test-ovn.c