ovn: Rename Pipeline table to Logical_Flow table.
authorBen Pfaff <blp@nicira.com>
Mon, 3 Aug 2015 18:10:43 +0000 (11:10 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 3 Aug 2015 18:38:35 +0000 (11:38 -0700)
commit48605550374524082dbee1f59b5e368f5c788a89
treee3c0df044d6bb8b7ae6f75412415106a7213b1f1
parentdcda6e0d6cda9c3e104067f766a9f10b5668e156
ovn: Rename Pipeline table to Logical_Flow table.

The OVN pipeline is being split into two phases, which are most naturally
called "pipelines".  I kept getting very confused trying to call them
anything else, and in the end it seems to make more sense to just rename
the Pipeline table.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
14 files changed:
ovn/TODO
ovn/controller/automake.mk
ovn/controller/lflow.c [new file with mode: 0644]
ovn/controller/lflow.h [new file with mode: 0644]
ovn/controller/ovn-controller.c
ovn/controller/physical.c
ovn/controller/pipeline.c [deleted file]
ovn/controller/pipeline.h [deleted file]
ovn/lib/actions.c
ovn/northd/ovn-northd.c
ovn/ovn-architecture.7.xml
ovn/ovn-nb.xml
ovn/ovn-sb.ovsschema
ovn/ovn-sb.xml