mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
The 'openvswitch-common' package did not work well with cross-compiling since it required Python. This package is broken into two packages as follows: - libopenvwitch: contains library files (.a, .so) - openvswitch-common: depends on libopenvswitch, contains command-line tools such as ovs-ofctl, ovs-appctl etc. In addition, this 'openvswitch-dev' library is renamed to 'libopenvswitch-dev' to align more closely with Debian policy. It depends on libopenvswitch. Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
etc/bash_completion.d/ovs-appctl-bashcomp.bash
|
|
usr/bin/ovs-appctl
|
|
usr/bin/ovs-docker
|
|
usr/bin/ovs-ofctl
|
|
usr/bin/ovs-parse-backtrace
|
|
usr/bin/ovs-pki
|
|
usr/bin/ovsdb-client
|
|
usr/sbin/ovs-bugtool
|
|
usr/share/openvswitch/bugtool-plugins
|
|
usr/share/openvswitch/scripts/ovs-bugtool-*
|
|
usr/share/openvswitch/scripts/ovs-lib
|