mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
python: ovs: flowviz: Add default config file.
It has two basic styles defined: "dark" and "light" intended for dark and light terminals. Examples: $ ovs-flowviz -i /tmp/dpflows --style=dark datapath console $ ovs-flowviz -i /tmp/ofpflows --style=light openflow console Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
committed by
Ilya Maximets
parent
ec2646dd43
commit
d6fbc19e4a
@@ -87,7 +87,9 @@ EXTRA_DIST += \
|
||||
# PyPI support.
|
||||
EXTRA_DIST += \
|
||||
python/ovs/compat/sortedcontainers/LICENSE \
|
||||
python/ovs/flowviz/ovs-flowviz.conf \
|
||||
python/README.rst \
|
||||
python/setup.py \
|
||||
python/test_requirements.txt
|
||||
|
||||
# C extension support.
|
||||
@@ -109,6 +111,8 @@ FLAKE8_PYFILES += \
|
||||
python/setup.py.template
|
||||
|
||||
nobase_pkgdata_DATA = $(ovs_pyfiles) $(ovstest_pyfiles) $(ovs_flowviz)
|
||||
nobase_pkgdata_DATA += python/ovs/flowviz/ovs-flowviz.conf
|
||||
|
||||
ovs-install-data-local:
|
||||
$(MKDIR_P) python/ovs
|
||||
sed \
|
||||
|
Reference in New Issue
Block a user