mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
The ovs-flowviz executable Python script is expected to be
executed by the end user.
Surveying where current executable binaries are installed for the
package, the placement of ovs-flowviz in python3-openvswitch
is unexpected to me, other client binaries are shipped inside the
openvswitch-common package.
To me, the python3-openvswitch package represents a library
dependency, which you would install to get the Python ovs module
for your Python application to consume.
This is also the current choice of placement for the downstream
Debian / Ubuntu package [0].
Consequently this patch proposes to move ovs-flowviz and its
manual page to openvswitch-common.
The Python dependencies are added as recommended dependencies,
which will retain good interactive UX, and at the same time allow
non-interactive users to opt out.
0: 353e3d71cc
Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
31 lines
934 B
Plaintext
31 lines
934 B
Plaintext
etc/bash_completion.d/ovs-appctl-bashcomp.bash usr/share/bash-completion/completions
|
|
usr/bin/ovs-appctl
|
|
usr/bin/ovs-docker
|
|
usr/bin/ovs-flowviz
|
|
usr/bin/ovs-ofctl
|
|
usr/bin/ovs-parse-backtrace
|
|
usr/bin/ovs-pki
|
|
usr/bin/ovsdb-client
|
|
usr/bin/ovsdb-tool
|
|
usr/sbin/ovs-bugtool
|
|
usr/sbin/ovsdb-server
|
|
usr/share/man/man1/ovsdb-client.1
|
|
usr/share/man/man1/ovsdb-server.1
|
|
usr/share/man/man1/ovsdb-tool.1
|
|
usr/share/man/man5/ovsdb-server.5
|
|
usr/share/man/man5/ovsdb.5
|
|
usr/share/man/man5/ovsdb.local-config.5
|
|
usr/share/man/man7/ovs-actions.7
|
|
usr/share/man/man7/ovs-fields.7
|
|
usr/share/man/man7/ovsdb-server.7
|
|
usr/share/man/man7/ovsdb.7
|
|
usr/share/man/man8/ovs-appctl.8
|
|
usr/share/man/man8/ovs-bugtool.8
|
|
usr/share/man/man8/ovs-flowviz.8
|
|
usr/share/man/man8/ovs-ofctl.8
|
|
usr/share/man/man8/ovs-parse-backtrace.8
|
|
usr/share/man/man8/ovs-pki.8
|
|
usr/share/openvswitch/bugtool-plugins
|
|
usr/share/openvswitch/scripts/ovs-bugtool-*
|
|
usr/share/openvswitch/scripts/ovs-lib
|