mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
* Update upstream OVS debian packaging to be on par with package source in Debian/Ubuntu: - Provide a openvswitch-switch-dpdk package that integrates with the dpdk package in the distributions so that end users can opt into a DPDK-enabled Open vSwitch binary. - Provide systemd service files. - Provide openvswitch-source package for reproducible integrated build of for example OVN. - Stop building shared library and subsequently remove libopenvswitch and libopenvswitch-dev binary packages. Co-authored-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Luca Boccassi <bluca@debian.org> Co-authored-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Co-authored-by: James Page <james.page@ubuntu.com> Signed-off-by: James Page <james.page@ubuntu.com> Co-authored-by: Corey Bryant <corey.bryant@canonical.com> Signed-off-by: Corey Bryant <corey.bryant@canonical.com> Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
31 lines
1.1 KiB
Plaintext
Executable File
31 lines
1.1 KiB
Plaintext
Executable File
#!/usr/bin/dh-exec
|
|
debian/ifupdown.sh usr/share/openvswitch/scripts
|
|
debian/openvswitch-switch.default => /usr/share/openvswitch/switch/default.template
|
|
debian/ovs-systemd-reload /usr/share/openvswitch/scripts
|
|
etc/bash_completion.d/ovs-vsctl-bashcomp.bash usr/share/bash-completion/completions
|
|
usr/bin/ovs-dpctl
|
|
usr/bin/ovs-dpctl-top
|
|
usr/bin/ovs-pcap
|
|
usr/bin/ovs-tcpdump
|
|
usr/bin/ovs-tcpundump
|
|
usr/bin/ovs-vlan-test
|
|
usr/bin/ovs-vsctl
|
|
usr/sbin/ovs-vswitchd usr/lib/openvswitch-switch/
|
|
usr/share/man/man1/ovs-pcap.1
|
|
usr/share/man/man1/ovs-tcpundump.1
|
|
usr/share/man/man5/ovs-vswitchd.conf.db.5
|
|
usr/share/man/man8/ovs-ctl.8
|
|
usr/share/man/man8/ovs-dpctl-top.8
|
|
usr/share/man/man8/ovs-dpctl.8
|
|
usr/share/man/man8/ovs-kmod-ctl.8
|
|
usr/share/man/man8/ovs-tcpdump.8
|
|
usr/share/man/man8/ovs-vlan-test.8
|
|
usr/share/man/man8/ovs-vsctl.8
|
|
usr/share/man/man8/ovs-vswitchd.8
|
|
usr/share/openvswitch/scripts/ovs-check-dead-ifs
|
|
usr/share/openvswitch/scripts/ovs-ctl
|
|
usr/share/openvswitch/scripts/ovs-kmod-ctl
|
|
usr/share/openvswitch/scripts/ovs-save
|
|
usr/share/openvswitch/vswitch.ovsschema
|
|
usr/share/openvswitch/local-config.ovsschema
|