summaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-23 09:41:09 -0700
committerBen Pfaff <blp@nicira.com>2010-06-24 13:18:43 -0700
commitf8d739a9fa1c1223f0b2c88fd3f0ed47be69bf65 (patch)
tree3fc475516a0a02fd7a406a1f3e43bcc311c23c90 /INSTALL.Linux
parentcfcef6b2463a9cf207fdc12953c51043a3a687e8 (diff)
downloadopenvswitch-f8d739a9fa1c1223f0b2c88fd3f0ed47be69bf65.tar.gz
vswitchd: Add entity-relationship diagram to ovs-vswitchd.conf.db.5.
I've updated http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf with example output.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index b4f9b7678..181a2dfd0 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -81,6 +81,12 @@ following:
- pyuic4 from PyQt4 (http://www.riverbankcomputing.co.uk).
+If you modify the vswitchd database schema, then the E-R diagram in
+the ovs-vswitchd.conf.db(5) manpage will be updated properly only if
+you have the following:
+
+ - "dot" from graphviz (http://www.graphviz.org/).
+
Installation Requirements
-------------------------