summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-02-26 14:49:26 -0800
committerBen Pfaff <blp@nicira.com>2015-02-26 14:49:26 -0800
commitfe36184b7a637839329e2b567659081fbe74ae5f (patch)
tree4e24f16e78b9478e1c3dae73cc50152bb98c173a /Makefile.am
parentd3cb080e54ed7dad66ff14dd4bc29350fc8ae867 (diff)
downloadopenvswitch-fe36184b7a637839329e2b567659081fbe74ae5f.tar.gz
ovn: Add initial design documentation.
This commit adds preliminary design documentation for Open Virtual Network, or OVN, a new OVS-based project to add support for virtual networking to OVS, initially with OpenStack integration. This initial design has been influenced by many people, including (in alphabetical order) Aaron Rosen, Chris Wright, Gurucharan Shetty, Jeremy Stribling, Justin Pettit, Ken Duda, Kevin Benton, Kyle Mestery, Madhu Venugopal, Martin Casado, Natasha Gude, Pankaj Thakkar, Russell Bryant, Teemu Koponen, and Thomas Graf. All blunders, however, are due to my own hubris. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0480d20b5..699a580ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -370,3 +370,4 @@ include tutorial/automake.mk
include vtep/automake.mk
include datapath-windows/automake.mk
include datapath-windows/include/automake.mk
+include ovn/automake.mk