Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

openvswitch-2.17.2-4.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: openvswitch Distribution: openSUSE:Factory:zSystems
Version: 2.17.2 Vendor: openSUSE
Release: 4.1 Build date: Sat Oct 15 07:24:37 2022
Group: Productivity/Networking/System Build host: s390zp22
Size: 1273473 Source RPM: openvswitch-2.17.2-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.openvswitch.org/
Summary: A multilayer virtual network switch
Open vSwitch is a multilayer virtual network Ethernet switch. It is
enables network automation through programmatic extension, and
supports standard management interfaces and protocols (e.g. NetFlow,
sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition, it supports
distribution across multiple physical servers similar to VMware’s
vNetwork distributed vswitch or Cisco’s Nexus 1000V.

Provides

Requires

License

Apache-2.0 AND LGPL-2.1-only AND SISSL

Changelog

* Thu Sep 29 2022 Dirk Müller <dmueller@suse.com>
  - add a77ad9693c8b49055389559187fe74eddb619746.patch to avoid
    the cpu detection code being compiled with AVX512 enabled
  - add 0001-m4-Test-avx512-for-x86-only.patch
* Mon Sep 12 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - fix tests with GNU grep 3.8 boo#1203239
    add openvswitch-2.17.2-Fix-tests-with-GNU-grep-3.8.patch
* Wed Aug 03 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.17.2:
    - Bug fixes
    - DPDK:
    * OVS validated with DPDK 21.11.1.  It is recommended to use this version
      until further releases.
    - Bug fixes
    - libopenvswitch API change:
    * To fix the Undefined Behavior issue causing the compiler to incorrectly
      optimize important parts of code, container iteration macros (e.g.,
      LIST_FOR_EACH) have been re-implemented in a UB-safe way.
    * Backwards compatibility has mostly been preserved, however the
      user-provided pointer is now set to NULL after the loop (unless it
      exited via "break;")
    * Users of libopenvswitch will need to double-check the use of such loop
      macros before compiling with a new version.
    * Since the change is limited to the definitions within the headers, the
      ABI is not affected.
  - refresh 0001-openvswitch-merge-compiler.h-files-into-one-file.patch
    0002-build-Seperated-common-used-headers.patch
* Fri May 13 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Allow dpdk version 21.11.
* Fri Apr 22 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Python package: Do not use C json parser on 32bit as large numbers
    will overflow.
* Sun Apr 03 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Mention openvswitch-rpmlintrc as Source in spec file
* Mon Mar 14 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Fix installation of files shared with OVN (required for building
    OVN without openvswitch sources), remove custom installation
    of internal headers from SPEC-install section and use patches
    (for upstreaming) instead.
    * install-ovsdb-tools.patch
    * Added 0001-openvswitch-merge-compiler.h-files-into-one-file.patch
    * Added 0002-build-Seperated-common-used-headers.patch
  - Enabled check section / running testsuite by default to validate
    build result. There must no problems with the testsuite anymore as
    upstream runs it by CI and checked before release of a new version.
  - Renamed 0001-Don-t-change-permissions-of-dev-hugepages.patch to
    Don-t-change-permissions-of-dev-hugepages.patch
  - Renamed 0001-Run-openvswitch-as-openvswitch-openvswitch.patch to
    Run-openvswitch-as-openvswitch-openvswitch.patch
  - Renamed 0001-Use-double-hash-for-OVS_USER_ID-comment.patch to
    Use-double-hash-for-OVS_USER_ID-comment.patch
  - Rebased 0001-Use-strongswan-for-openvswitch-ipsec-service.patch to
    Use-strongswan-for-openvswitch-ipsec-service.patch
* Fri Mar 11 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Fix OVS location for python bindings (dirs.py), boo#1196978
    Make sure dirs.py is freshly generated
* Mon Mar 07 2022 Dirk Müller <dmueller@suse.com>
  - fix python3 requires (bsc#1196758)
* Sun Feb 27 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Added install-ovsdb-tools.patch to install ovsdb tools required
    for building OVN
* Sat Feb 26 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Enable multiple python3 flavor subpackages on Tumbleweed / Factory
* Sat Feb 26 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update OVS to version 2.17.0
    * Userspace datapath:
    * Optimized flow lookups for datapath flows with simple match criteria.
    * New per-interface configuration knob 'other_config:tx-steering'.
    * Removed experimental tag for PMD Auto Load Balance.
    * New configuration knob 'other_config:n-offload-threads' to change the
      number of HW offloading threads.
    * DPDK:
    * EAL argument --socket-mem is no longer configured by default upon
      start-up.  If dpdk-socket-mem and dpdk-alloc-mem are not specified,
      DPDK defaults will be used.
    * EAL argument --socket-limit no longer takes on the value of --socket-mem
      by default.  'other_config:dpdk-socket-limit' can be set equal to
      the 'other_config:dpdk-socket-mem' to preserve the legacy memory
      limiting behavior.
    * EAL argument --in-memory is applied by default if supported.
    * Add support for DPDK 21.11.
    * Forbid use of DPDK multiprocess feature.
    * Add support for running threads on cores >= RTE_MAX_LCORE.
    * Python: For SSL support, the use of the pyOpenSSL library has
      been replaced with the native 'ssl' module.
    * OVSDB:
    * Python library for OVSDB clients now also supports faster
      resynchronization with a clustered database after a brief disconnection,
      i.e. 'monitor_cond_since' monitoring method.
    * Major improvement in the performance of the OVSDB server.
    * OpenFlow:
    * Default selection method for select groups with up to 256 buckets is
      now dp_hash.  Previously this was limited to 64 buckets.  This change
      is mainly for the benefit of OVN load balancing configurations.
    * Encap & Decap action support for MPLS packet type.
  - Update OVS to version 2.16.0
    * Fix CVE-2021-36980 (boo#1188524)
      openvswitch 2.11.0 through 2.15.0 has a use-after-free in
      decode_NXAST_RAW_ENCAP (called from ofpact_decode and ofpacts_decode)
      during the decoding of a RAW_ENCAP action
    * Removed support for 1024-bit Diffie-Hellman key exchange
    * Rate limiting configuration now supports setting packet-per-second
      limits in addition to the previously configurable byte rate settings.
    * OVSDB:
    * Introduced new database service model - "relay".
    * New command line options --record/--replay for ovsdb-server and
      ovsdb-client to record and replay all the incoming transactions,
      monitors, etc.
    * The Python Idl class now has a cooperative_yield() method
    * In ovs-vsctl and vtep-ctl, the "find" command now accept new
      operators {in} and {not-in}.
    * Various Userspace datapath improvements
    * ovs-ctl:
    * New option '--no-record-hostname' to disable hostname configuration
      in ovsdb on startup.
    * New command 'record-hostname-if-not-set' to update hostname in ovsdb.
    * ovs-appctl: Added ability to add and delete static mac entries using:
      'ovs-appctl fdb/add <bridge> <port> <vlan> <mac>'
      'ovs-appctl fdb/del <bridge> <vlan> <mac>'
    * Linux datapath:
    * ovs-vswitchd will configure the kernel module using per-cpu dispatch
      mode (if available). This changes the way upcalls are delivered to
      user space in order to resolve a number of issues with per-vport dispatch.
    * New vswitchd unixctl command `dpif-netlink/dispatch-mode` will return
      the current dispatch mode for each datapath.
  - Update OVS to version 2.15.0
    * OVSDB:
    * Changed format in which ovsdb transactions are stored in
      database files. Now each transaction contains diff of data
      instead of the whole new value of a column.
    * New unixctl command 'ovsdb-server/get-db-storage-status'
    * New unixctl command 'ovsdb-server/memory-trim-on-compaction on|off'.
    * Maximum backlog on RAFT connections limited to 500 messages or 4GB.
    * DPDK: Removed support for vhost-user dequeue zero-copy.
    * Add support for DPDK 20.11.
    * The environment variable OVS_UNBOUND_CONF, if set, is now used
      as the DNS resolver's (unbound) configuration file.
    * Linux datapath: Support for kernel versions up to 5.8.x.
    * Building the Linux kernel module from the OVS source tree is deprecated
    * Support for the Linux kernel is capped at version 5.8
    * Only bug fixes for the Linux OOT kernel module will be accepted.
    * The Linux kernel module will be fully removed from the OVS source tree
      in OVS branch 2.18
  - Rebased 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
  - Drop upstream fixed 0001-Replace-deprecated-var-run-with-run.patch
  - Separated OVN
    * Stand alone package, this enables better maintenance
      especially updates.
    * Drop 0001-Run-ovn-as-openvswitch-openvswitch.patch from OVN
* Mon May 10 2021 Dirk Müller <dmueller@suse.com>
  - add openssl(cli) dependency on pki (bsc#1185839)
* Thu Apr 29 2021 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Replace deprecated /var/run with /run (bsc#1185176, bsc#1185177).
    * 0001-Replace-deprecated-var-run-with-run.patch
* Fri Feb 12 2021 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Update openvswitch to 2.14.2. For a list of changes, check
    https://github.com/openvswitch/ovs/blob/v2.14.2/NEWS
    Includes security fix for CVE-2020-27827 (bsc#1181345) and CVE-2020-35498
    (bsc#1181742).
  - Removed patches no longer applying to code base:
    * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch
    * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch
* Tue Nov 03 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Replaced `%service_del_postun -n` with `%service_del_postun_without_restart`
    (bsc#1117483).
* Tue Sep 29 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Fix wrong default directories for OVS python utilities (bsc#1176273).
  - Add upstream patches to fix openvswitch-ipsec service (bsc#1176273).
    * 0001-ipsec-Fix-Strongswan-configuration-syntax.patch
* Tue Sep 01 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Update openvswitch to 2.14.0. For a list of changes, check
    https://github.com/openvswitch/ovs/blob/v2.14.0/NEWS
  - Update OVN to 20.06.2. For a list of changes, check
    https://github.com/ovn-org/ovn/blob/v20.06.2/NEWS
* Mon Jun 15 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Fix preserving old default OVS_USER_ID for users that removed the
    override at /etc/sysconfig/openvswitch or for users affected by
    fillup bug below (bsc#1172861).
  - Add patch to workaround a possible fillup issue that could cause
    existing openvswitch configuration to be unintendedly altered during
    upgrades (bsc#1172929).
    * 0001-Use-double-hash-for-OVS_USER_ID-comment.patch
* Wed Jun 03 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - add missing provides/obsoletes for python3-openvswitch-test
* Mon May 04 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Update openvswitch to 2.13.0.
    * For a list of changes, check
      https://github.com/openvswitch/ovs/blob/v2.13.0/NEWS
    * This version drops python2 binding support. Only python3 bindings
      provided going forward.
    * Tool ovs-vlan-bug-workaround is no longer provided.
  - OVN was split to its own repo but is still built together with OVS and as
    such from this same source package. OVN initial version is 20.03.
    * For a list of changes, check
      https://github.com/ovn-org/ovn/blob/v20.03.0/NEWS
    * Packages openvswitch-ovn* are renamed to ovn*.
    * OVN now has its own sysconfig and log paths.
  - Add OVS patch to be proposed upstream:
    * 0001-rhel-Fix-reload-of-OVS_USER_ID-on-startup.patch
  - Patch instead of post-processing configuration files to set running
    credentials (bsc#1157338):
    * 0001-Run-openvswitch-as-openvswitch-openvswitch.patch
    * 0001-Run-ovn-as-openvswitch-openvswitch.patch
  - Will no longer change group ownership of /dev/hugepages to 'hugetlbfs'
    (bsc#1140835). System admin should mount hugepages on a path and permissions of
    his choosing for OVS. Add patch:
    * 0001-Don-t-change-permissions-of-dev-hugepages.patch
  - Will no longer install udev rule to change group ownership of vfio devices to
    'hugetlbfs'. Group name does not make much sense in this case and ownership of
    vfio devices should be coordinated system wide or per device.
  - Will no longer run under group 'hugetlbfs' on new installs with DPDK enabled.
    OVS will now run under group 'openvswitch' whether compiled with DPDK support
    or not.
  - OVS persistent state is now saved on /var/lib/openvswitch instead of
    /etc/openvswitch for new installs.
* Thu Feb 13 2020 Dirk Mueller <dmueller@suse.com>
  - add missing sortedcontainers dependency to the python bindings
* Mon Oct 28 2019 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Update openvswitch to 2.12.0. For a list of changes, check
    https://github.com/openvswitch/ovs/blob/master/NEWS
  - Removed patches that are already included upstream:
    * 0001-rhel-secure-openvswitch-useropts.patch
    * 0002-rhel-let-ctl-handle-runtime-directory.patch
  - Rebased patches:
    * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
* Thu Aug 08 2019 <jcaamano@suse.com>
  - Fixed missing obsoletes for old python-ovs (bsc#1138948).
* Tue Jul 16 2019 <jcaamano@suse.com>
  - Add unbound as a build requirement to support asynchronous DNS
    resolving for remotes.
* Thu Jun 20 2019 <jcaamano@suse.com>
  - Update DPDK dependency to support DPDK 18.11.2.
* Mon Jun 10 2019 <jcaamano@suse.com>
  - Add upstream patches to fix bsc#1135884:
    * 0001-rhel-secure-openvswitch-useropts.patch
    * 0002-rhel-let-ctl-handle-runtime-directory.patch
* Mon May 06 2019 <jcaamano@suse.com>
  - Use temporary directory for python build.
* Mon Apr 29 2019 <jcaamano@suse.com>
  - Fix problem preventing new installs to run as non root (bsc#1132029),
    including:
    * Align with upstream so that no running configuration is changed on
      upgrades, specifically to avoid changes on the user Open vSwitch runs
      under.
    * hugetblfs groups is created as system group.
  - Add missing opnvswitch-ipsec package and systemd service.
  - Add patch to use strongswan instead of libreswan for openvswitch-ipsec.
    libreswan package not available currently.
    * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
  - Add missing ovs-delete-transient-ports systemd service.
  - Align installed headers with upstream.
  - Fix problem preventing rpm build '--with check'.
  - Fix python environment that had directories pointing to /usr/local.
  - Version bump to 2.11.1. Some of the changes are:
    * netdev-tc-offloads: Fix probe tc block support
    * rhel: Include all header files in the Fedora's devel package
    * reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT.
    * OVN: Make periodic RAs consistent with RA responder.
    * OVN: Always send prefix option in RAs
    * OVN: Use offset instead of pointer into ofpbuf
    * ofproto: fix the bug of bucket counter is not updated
    * netdev-dpdk: Print netdev name for txq mapping.
    * dpif-netdev-perf: Fix millisecond stats precision with slower TSC.
    * ifupdown.sh: Add missing "--may-exist" option
    * dpif-netdev-perf: Fix double update of perf histograms.
    * dpdk: Stop dumping memzones to stdout.
    * dpctl: Drop parser debug information.
    * netdev-tc-offloads: Properly get the block id on flow del/get
    * netdev-tc-offloads: Improve log message for icmpv6 offload not supported
    * conntrack: Replace structure copy by memcpy().
    * conntrack: Lookup only 'UNNAT conns' in 'nat_clean()'.
    * conntrack: Fix race for NAT cleanup.
    * ovn-nbctl: Don't segfault when ovn-northd doesn't configure dynamic addresses.
    * datapath-windows: Add annotations to find vport functions
    * datapath-windows: Guard vport usage in user.c
    * datapath-windows: Fix potential deadlock in event subscription
    * datapath-windows: Fix race condition during port creation
    * datapath-windows: Fix nbl cleanup when memory allocation fails
    * netdev-linux: Remove ingress qdisc before trying to add shared block
    * netdev-tc-offloads: Remove ingress qdisc on tc init flow api
    * ovsdb-idl: Fix memory leak of idl->remote.
    * travis: Remove 'sudo' configuration.
    * OVN: Add port addresses to IPAM after all ports are joined.
    * dpif-netlink: Free leaked ofpbuf by using ofpbuf_delete
    * OVN: update RA next_announce according to {min, max}_interval
    * rconn: Avoid occasional immediate connection failures.
    * dpdk: Fix case-sensitivity of dpdk-init knob.
    * NEWS: Clean up the 2.11.0 release notes a bit.
    * conntrack: Fix L4 csum for V6 extension hdr pkts.
    * packets: Change return type for 'packet_csum_upperlayer6()'.
    * ovsdb-client: Fix typo.
    * ovn-nbctl: Daemon mode should retry when IDL connection lost.
    * ofctl: break the loop if ovs_pcap_read returns error
    * netlink: added check to prevent netlink attribute overflow
* Mon Mar 25 2019 <jcaamano@suse.com>
  - Disable dpdk on ix86, aligned with dpdk package.
* Thu Mar 21 2019 Jan Engelhardt <jengelh@inai.de>
  - Combine %service_* calls to reduce generated boilerplate.
  - Reduce scriptlets' hard dependency on systemd.
* Thu Feb 28 2019 jcaamano@suse.com
  - Version bump to 2.11.0. Some of the changes are:
    * Linux datapath:
    - Support for the kernel versions 4.16.x and 4.17.x.
    - Support for the kernel versions 4.18.x
    * OpenFlow:
    - OFPMP_TABLE_FEATURES_REQUEST can now modify table features.
    * ovs-ofctl:
    - "mod-table" command can now change OpenFlow table names.
    * The environment variable OVS_SYSLOG_METHOD, if set, is now used
      as the default syslog method.
    * The environment variable OVS_CTL_TIMEOUT, if set, is now used
      as the default timeout for control utilities.
    * ovn:
    - OVN-SB schema changed: duplicated IP with same Encapsulation type
      is not allowed any more.  Please refer to
      Documentation/intro/install/ovn-upgrades.rst for the instructions
      in case there are problems encountered when upgrading from an earlier
      version.
    - New support for IPSEC encrypted tunnels between hypervisors.
    - ovn-ctl: allow passing user:group ids to the OVN daemons.
    - IPAM/MACAM:
    * add the capability to dynamically assign just L2 addresses
    * add the capability to specify a static ip address and get the L2 one
      allocated dynamically using the following syntax:
      ovn-nbctl lsp-set-addresses <port> "dynamic <IP>"
    * DPDK:
    - Add support for DPDK 18.11
    - Add support for port representors.
    * Userspace datapath:
    - Add option for simple round-robin based Rxq to PMD assignment.
      It can be set with pmd-rxq-assign.
    - Add support for Auto load balancing of PMDs (experimental)
    - Added new per-port configurable option to manage EMC:
      'other_config:emc-enable'.
    * Add 'symmetric_l3' hash function.
    * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured.
    * ovs-vswitchd:
    - New configuration option "offload-rebalance", that enables dynamic
      rebalancing of offloaded flows.
    * The environment variable OVS_RESOLV_CONF, if set, is now used
      as the DNS server configuration file.
    * RHEL packaging:
    - OVN packages are split from OVS packages. A new spec
      file - ovn-fedora.spec.in is added to generate OVN packages.
  - Revisit DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options
    (bsc#1117483). DISABLE_STOP_ON_REMOVAL is removed. DISABLE_RESTART_ON_UPDATE
    is replaced by '%service_del_postun -n'. $FIRST_ARG is replaced by $1.
  - Add extra openvswitch headers (bsc#1125897).
* Fri Feb 15 2019 jcaamano@suse.com
  - Obsolete old python[2]-openvswitch-test subpackages (bsc#1124435).
* Thu Jan 24 2019 jcaamano@suse.com
  - Fixed package name libopenvswitch-2_10-0 to libopenvswitch-2_11-0
* Thu Jan 24 2019 Jaime Caamaño (jcaamano@suse.com)
  - Version bump to 2.11.0+git20190123.ad83fc9ab. Some of the changes are:
    * Linux datapath:
    - Support for the kernel versions 4.16.x and 4.17.x.
    * OpenFlow:
    - OFPMP_TABLE_FEATURES_REQUEST can now modify table features.
    * ovs-ofctl:
    - "mod-table" command can now change OpenFlow table names.
    * The environment variable OVS_SYSLOG_METHOD, if set, is now used
      as the default syslog method.
    * The environment variable OVS_CTL_TIMEOUT, if set, is now used
      as the default timeout for control utilities.
    * ovn:
    - OVN-SB schema changed: duplicated IP with same Encapsulation type
      is not allowed any more.  Please refer to
      Documentation/intro/install/ovn-upgrades.rst for the instructions
      in case there are problems encountered when upgrading from an earlier
      version.
    - New support for IPSEC encrypted tunnels between hypervisors.
    - ovn-ctl: allow passing user:group ids to the OVN daemons.
    - IPAM/MACAM:
    * add the capability to dynamically assign just L2 addresses
    * add the capability to specify a static ip address and get the L2 one
      allocated dynamically using the following syntax:
      ovn-nbctl lsp-set-addresses <port> "dynamic <IP>"
    * DPDK:
    - Add support for DPDK 18.11
    - Add support for port representors.
    * Userspace datapath:
    - Add option for simple round-robin based Rxq to PMD assignment.
      It can be set with pmd-rxq-assign.
    - Add support for Auto load balancing of PMDs (experimental)
    - Added new per-port configurable option to manage EMC:
      'other_config:emc-enable'.
    * Add 'symmetric_l3' hash function.
    * OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured.
    * ovs-vswitchd:
    - New configuration option "offload-rebalance", that enables dynamic
      rebalancing of offloaded flows.
    * The environment variable OVS_RESOLV_CONF, if set, is now used
      as the DNS server configuration file.
    * RHEL packaging:
    - OVN packages are split from OVS packages. A new spec
      file - ovn-fedora.spec.in is added to generate OVN packages.
  - Remove upstreamed patch:
    * 0001-python-c-ext-Fix-memory-leak-in-Parser_finish.patch
  - Remove DISABLE_RESTART_ON_UPDATE and DISABLE_STOP_ON_REMOVAL options (bsc#1117483).
* Sun Jan 20 2019 Thomas Bechtold <tbechtold@suse.com>
  - python2-ovs provides now also python-ovs which is the standard
    for singlespec python packages.

Files

/etc/logrotate.d/openvswitch
/etc/openvswitch
/etc/openvswitch/.conf.db.~lock~
/etc/openvswitch/default.conf
/etc/openvswitch/system-id.conf
/run/openvswitch
/run/openvswitch.useropts
/usr/bin/ovs-appctl
/usr/bin/ovs-docker
/usr/bin/ovs-dpctl
/usr/bin/ovs-dpctl-top
/usr/bin/ovs-ofctl
/usr/bin/ovs-parse-backtrace
/usr/bin/ovs-vsctl
/usr/bin/ovsdb-client
/usr/bin/ovsdb-tool
/usr/lib/systemd/system/openvswitch.service
/usr/lib/systemd/system/ovs-delete-transient-ports.service
/usr/lib/systemd/system/ovs-vswitchd.service
/usr/lib/systemd/system/ovsdb-server.service
/usr/sbin/ovs-bugtool
/usr/sbin/ovs-vswitchd
/usr/sbin/ovsdb-server
/usr/sbin/rcopenvswitch
/usr/sbin/rcovs-delete-transient-ports
/usr/sbin/rcovs-vswitchd
/usr/sbin/rcovsdb-server
/usr/share/bash-completion/completions/ovs-appctl-bashcomp.bash
/usr/share/bash-completion/completions/ovs-vsctl-bashcomp.bash
/usr/share/doc/packages/openvswitch/AUTHORS.rst
/usr/share/doc/packages/openvswitch/CONTRIBUTING.rst
/usr/share/doc/packages/openvswitch/NEWS
/usr/share/doc/packages/openvswitch/README.rst
/usr/share/fillup-templates/sysconfig.openvswitch
/usr/share/licenses/openvswitch
/usr/share/licenses/openvswitch/LICENSE
/usr/share/licenses/openvswitch/NOTICE
/usr/share/man/man1/ovsdb-client.1.gz
/usr/share/man/man1/ovsdb-server.1.gz
/usr/share/man/man1/ovsdb-tool.1.gz
/usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
/usr/share/man/man5/ovsdb-server.5.gz
/usr/share/man/man5/ovsdb.5.gz
/usr/share/man/man7/ovs-actions.7.gz
/usr/share/man/man7/ovs-fields.7.gz
/usr/share/man/man7/ovsdb-server.7.gz
/usr/share/man/man7/ovsdb.7.gz
/usr/share/man/man8/ovs-appctl.8.gz
/usr/share/man/man8/ovs-bugtool.8.gz
/usr/share/man/man8/ovs-ctl.8.gz
/usr/share/man/man8/ovs-dpctl-top.8.gz
/usr/share/man/man8/ovs-dpctl.8.gz
/usr/share/man/man8/ovs-kmod-ctl.8.gz
/usr/share/man/man8/ovs-ofctl.8.gz
/usr/share/man/man8/ovs-parse-backtrace.8.gz
/usr/share/man/man8/ovs-vsctl.8.gz
/usr/share/man/man8/ovs-vswitchd.8.gz
/usr/share/openvswitch
/usr/share/openvswitch/bugtool-plugins
/usr/share/openvswitch/bugtool-plugins/kernel-info
/usr/share/openvswitch/bugtool-plugins/kernel-info/openvswitch.xml
/usr/share/openvswitch/bugtool-plugins/network-status
/usr/share/openvswitch/bugtool-plugins/network-status/openvswitch.xml
/usr/share/openvswitch/bugtool-plugins/system-configuration
/usr/share/openvswitch/bugtool-plugins/system-configuration.xml
/usr/share/openvswitch/bugtool-plugins/system-configuration/openvswitch.xml
/usr/share/openvswitch/bugtool-plugins/system-logs
/usr/share/openvswitch/bugtool-plugins/system-logs/openvswitch.xml
/usr/share/openvswitch/scripts
/usr/share/openvswitch/scripts/ovs-bugtool-daemons-ver
/usr/share/openvswitch/scripts/ovs-bugtool-fdb-show
/usr/share/openvswitch/scripts/ovs-bugtool-get-dpdk-nic-numa
/usr/share/openvswitch/scripts/ovs-bugtool-get-port-stats
/usr/share/openvswitch/scripts/ovs-bugtool-ovs-appctl-dpif
/usr/share/openvswitch/scripts/ovs-bugtool-ovs-bridge-datapath-type
/usr/share/openvswitch/scripts/ovs-bugtool-ovs-ofctl-loop-over-bridges
/usr/share/openvswitch/scripts/ovs-bugtool-ovs-vswitchd-threads-affinity
/usr/share/openvswitch/scripts/ovs-bugtool-qos-configs
/usr/share/openvswitch/scripts/ovs-bugtool-tc-class-show
/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-lib
/usr/share/openvswitch/scripts/ovs-save
/usr/share/openvswitch/vswitch.ovsschema
/var/log/openvswitch


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Feb 3 00:14:55 2023