diff options
author | Ansis Atteka <aatteka@nicira.com> | 2013-10-11 13:17:07 -0700 |
---|---|---|
committer | Ansis Atteka <aatteka@nicira.com> | 2013-10-17 14:33:14 -0700 |
commit | a5ae88ff8a276e86c842ac102145432662bf711a (patch) | |
tree | c43b644a5560278e81772ecb9eff8ac57dcf1879 /NEWS | |
parent | e45e72f1de0e50c4f11e9a2351f5135c002dcce3 (diff) | |
download | openvswitch-a5ae88ff8a276e86c842ac102145432662bf711a.tar.gz |
ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is available
These are auto-generated files, so it would be better not to keep them
inside Open vSwitch repository.
Behaviour before this patch was that if dot tool was not present on
the system, then ovs-vswitchd.conf.db.5 would have used pre-generated
vswitch.pic file that was already checked in the git repository. After
this patch ovs-vswitchd.conf.db.5 will simply not have a dot diagram,
if dot was not present at the time when Open vSwitch was built.
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ Post-v2.0.0 defaults. - OpenFlow: * The OpenFlow 1.1+ "Write-Actions" instruction is now supported. + - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot + diagram only if graphviz package was installed at the build time. v2.0.0 - 15 Oct 2013 |