| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-openvswitch | Distribution: openSUSE Tumbleweed |
| Version: 3.7.0 | Vendor: openSUSE |
| Release: 32.1 | Build date: Mon Mar 23 10:28:44 2026 |
| Group: Productivity/Networking/System | Build host: reproducible |
| Size: 2197310 | Source RPM: openvswitch-3.7.0-32.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://openvswitch.org/ | |
| Summary: Python3 bindings for Open vSwitch | |
This package contains the Python3 bindings for Open vSwitch database.
Apache-2.0
* Mon Mar 23 2026 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update ovn to 26.03.0
- Added DNS query statistics tracking in ovn-controller using OVS coverage
counters. Statistics can be queried using "ovn-appctl -t ovn-controller
coverage/read-counter <counter_name>" or "coverage/show". Tracked metrics
include total queries, query types (A, AAAA, PTR, ANY, Other), cache
performance (hits/misses), responses sent, and error conditions.
- Added support for TLS Server Name Indication (SNI) with the new
- -ssl-server-name option in OVN utilities and daemons. This allows
specifying the server name for SNI, which is useful when connecting
through proxies or service meshes where the connection endpoint differs
from the intended server name. Without this option, the hostname from
the connection string is used for SNI, as before.
- Added disable_garp_rarp option to logical_router table in order to disable
GARP/RARP announcements by all the peer ports of this logical router.
- Support for specifying output_port for logical router reroute policies.
- Added "ic-route-deny-adv" and "ic-route-deny-learn" options to
the Logical_Router/Logical_Router_Port tables to allow users to
deny filter advertised/learned IC routes.
- Dynamic Routing:
* Extend the Logical Switch EVPN support to now automatically learn
IP neighbors (Type-2 MAC+IP EVPN routes) and automatically inject them
into the pipelines of the adjacent logical routers.
* Add the "other_config:dynamic-routing-arp-prefer-local" to Logical
Switches. If set to "true" ovn-controller will give preference to SB
(Static_)MAC_Bindings of adjacent logical routers over ARPs learned
through EVPN on the switch.
* Add the "other_config:dynamic-routing-redistribute=ip" to Logical
Switches to announce local IPs/MAC bindings belonging to the same
EVPN domain.
* Introduce the capability to specify EVPN device names using
Logical_Switch other_config column.
* Introduce the capability to specify multiple ips for ovn-evpn-local-ip
option.
* Add the option "dynamic-routing-vrf-id" to Logical Routers which allows
CMS to specify the Linux routing table id for a given vrf.
* Add the option "dynamic-routing-v4-prefix-nexthop" to Logical Routers
which allows CMS to specify nexthop for IPv4 Advertised routes.
* Add the option "dynamic-routing-v6-prefix-nexthop" to Logical Routers
which allows CMS to specify nexthop for IPv6 Advertised routes.
* Add the "options:dynamic-routing-no-learning" to Logical Routers. If
set to true router will not learn routes and will forget learned
routes.
* Add the "options:dynamic-routing-no-learning" to Logical Routers ports.
If set to true, router port will not learn routes and will forget
learned routes. This option has priority over its router counterpart.
* The EVPN support is now considered stable. Its "experimental" tag has
been removed.
- Add support for Network Function insertion in OVN with stateful traffic
redirection capability in Logical Switch datapath. The feature introduces
three new NB database tables:
* Network_Function: Defines network function entities with inport/outport
pairs. These logical_switch_ports need to point to each other using
"nf-linked-port" option and also "is-nf" option set to true.
* Network_Function_Group: Groups multiple network functions for redundancy
* Network_Function_Health_Check: Configurable health monitoring with
interval, timeout, success_count and failure_count parameters.
Traffic matching ACLs can be redirected through inline network functions
using the network_function_group column in ACL. A healthy network function
from the group gets automatically selected based on ICMP forwarding probes
with failover to some other member of the group when currently active
network function becomes unavailable. Network functions operate in
"inline" mode, transparently processing packets without modifying headers,
and support both ingress (from-lport) and egress (to-lport) traffic flows.
Two new options have been added to Logical_Switch_Port which need to
be set to false for ports used as network function inport or outport.
- "lsp_learn_mac": This can be used to control mac learning on the port.
- "receive_multicast": This can used to control whether multicast packets
can be received by the port.
NOTE:
* Network functions must not modify packet headers.
* The feature is not supported in conjunction with Load Balancer.
* The feature is supported for both VLAN and overlay networks.
When network function is used in a VLAN network, geneve tunneling is
used for cross host traffic (between the chassis hosting network
function and the chassis hosting the port where the ACL is being
enforced). Proper MTU needs to be configured to accomodate this
encapsulation.
- Added Transit Router support:
* Support the creation of Transit Routers.
* Added new ovn-ic-nbctl 'tr-add','tr-del','tr-list' commands to manage
Transit Router.
* Support the creation of Transit Router Ports.
* Added new ovn-ic-nbctl 'trp-add' and 'tpr-del' commands to manage
Transit Router Ports.
- Add ovn-nbctl lsp-add-router-port which will create router port on
specified LS.
- Add ovn-nbctl lsp-add-localnet-port which will create localnet port on
specified LS.
- Add a new experimental service - ovn-br-controller to program and
manage OVS bridges (not managed by ovn-controller) using OVN logical
flows. For more details see man ovn-br(5).
- Added experimental flow-based tunnel support. Enable via
external_ids:ovn-enable-flow-based-tunnels=true to use shared tunnel
ports instead of per-chassis ports, reducing port count for large scale
environments. Default is disabled.
- Add fallback support for Network Function.
- Load balancer health checks can now use Logical Router Port IPs as the
source IP for health check probes. Previously, health checks required
reserving an unused IP from the backend's subnet. This change allows
using LRP IPs directly, eliminating the need to reserve additional IPs
per backend port.
- Add "distributed" option for load balancer, that forces traffic to be
routed only to backend instances running locally on the same chassis
it arrives on.
- Add support for special port_security prefix "VRRPv3". This prefix allows
CMS to allow all required traffic for a VRRPv3 virtual router behind LSP.
See ovn-nb(5) man page for more details.
- Fixed support for fragmented traffic in the userspace datapath. Added the
"acl_ct_translation" NB_Global option to enable connection tracking
based L4 field translation for stateful ACLs. When enabled allows proper
handling of IP fragmentation in userspace datapaths. This option may break
hardware offloading and is disabled by default.
- Added support for health check monitoring for Logical Switch Ports using
tcp, udp, and icmp protocols. The check status from SB database is
synchronized to NB database to health check status field for CMS needs.
- Spec file cleanups:
- Use tmpfiles.d for /var/log/{openvswitch,ovn}
- shebang updates
- remove all "if 0%suse_version" conditions for RH compatibility.
- remove kmp build options, as out-of-tree kernel modules are removed
from openvswitch since version 3.0.0
- change bcond to enable afxdp for opensuse >= 1600
* Mon Feb 16 2026 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update openvswitch to 3.7.0
- AF_XDP:
* AF_XDP support now requires Linux kernel v5.4+ or a nominally older
distribution kernel with sufficient features backported.
* Setting or reporting "use-need-wakeup" is no longer supported. The
feature is always enabled.
- TLS:
* Added support for TLS Server Name Indication (SNI) with the new
- -ssl-server-name option. This allows specifying the server name
for SNI, which is useful when connecting through proxies or service
meshes where the connection endpoint differs from the intended
server name. Without this option, the hostname from the connection
string is used for SNI, as before.
- Userspace datapath:
* Conntrack now supports the FTP commands EPSV and EPRT with IPv4
connections, instead of limiting these commands to IPv6 only.
* Userspace tunneling now supports multi-table and source-based routing
using routing rules for selecting next hops after encapsulation.
- DPDK:
* Add support for DPDK 25.11.
- Flow HW Offload:
* New global configuration option 'other-config:hw-offload-priority'
that allows to set the order of the hardware offload providers
to try when multiple exist for a given datapath implementation.
* New per-interface configuration option
'other-config:hw-offload-priority' that allows to set order of the
hardware offload providers or disable flow offloading on a particular
interface.
- OVSDB-IDL:
* New ovsdb_idl_txn_assert_read_only() interface to mark transactions
as read-only and trigger assertion failure when application attempts
to modify the database data through this transaction.
- ovs-appctl:
* 'ovs/route/show': added new option, table=[ID|all], to list routes from
a specific table or all routes from all tables.
* 'ovs/route/add' and 'ovs/route/del': added new option, table=ID, to
add/delete a route from a specific table.
* 'ovs/route/lookup': added new option, src=IP, to perform lookup with
a specific source IP address.
* Added a new sub-command, ovs/route/rule/show, to list OVS routing rules.
* Added new sub-commands, ovs/route/rule/{add,del}, to add and remove
user-specified routing rules.
- Windows Support
* Support for compiling for and running on Windows has been deprecated.
- Deprecation of support for running OVS user-space with OOT kernel module
* The OOT kernel module refers to the kernel module that was
previously distributed as part of OVS - out of tree (OOT) from the
perspective of the upstream Kernel tree.
* The OOT kernel module: was deprecated in v2.15; was last present in
the v2.17 release; and is no longer present in any supported release
since v2.17 went EOL when v3.5 was released.
- The following AVX512-specific features are now deprecated:
* AVX512-optimized DPCLS lookups.
* AVX512-optimized action handling.
* AVX512-optimized miniflow extraction.
* AVX512-optimized DPIF input processing.
- Increased the number of OpenFlow registers to 32.
* Tue Jan 06 2026 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- OVN update to 25.03.2
- Bug fixes
- Dynamic Routing:
* Add the option "dynamic-routing-redistribute-local-only" to Logical
Routers and Logical Router Ports which refines the way in which
chassis-specific Advertised_Routes (e.g., for NAT and LB IPs) are
advertised.
* Add the option "dynamic-routing-vrf-id" to Logical Routers which allows
CMS to specify the Linux routing table id for a given vrf.
- Add ovn-nbctl lsp-add-router-port which will create router port on
specified LS.
- Add ovn-nbctl lsp-add-localnet-port which will create localnet port on
specified LS.
* Mon Nov 17 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Upstream bugfix update:
- openvswtich to 3.6.1
https://www.openvswitch.org/releases/NEWS-3.6.1.txt
- OVN to 25.03.1
https://github.com/ovn-org/ovn/blob/v25.03.1/NEWS
* Thu Aug 21 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update openvswitch to 3.6.0. For a list of changes, check
https://www.openvswitch.org/releases/NEWS-3.6.0.txt
* Tue Mar 18 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Fix ovs-flowviz python3 dependencies
- Rename "python3-ovs" to "python3-openvswitch" for distro consistency
* Mon Mar 10 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update OVN to 25.03.0 for a list of changes, check
https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS
* Fri Feb 28 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update openvswitch to 3.5.0 for a list of changes, check
https://www.openvswitch.org/releases/NEWS-3.5.0.txt
- Update patch file 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
- Update OVN to 24.09.02. For a list of changes, check
https://github.com/ovn-org/ovn/blob/v24.09.2/NEWS
* Mon Jan 27 2025 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- Update openvswitch to 3.3.2. For a list of changes, check
https://github.com/openvswitch/ovs/blob/v3.3.2/NEWS
- Update OVN to 24.03.5. For a list of changes, check
https://github.com/ovn-org/ovn/blob/v24.03.5/NEWS
- This update fix CVE-2025-0650 ovn: egress ACLs may be bypassed
via specially crafted UDP packet (bsc#1236353)
* Mon Dec 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Add proper dependency on /usr/sbin/ipsec on openvswitch-ipsec:
without the binary present, the service crashes on startup
(boo#1234617).
* Wed Aug 28 2024 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Update openvswitch to 3.3.1. For a list of changes, check
https://github.com/openvswitch/ovs/blob/v3.3.1/NEWS
- Update OVN to 24.03.3. For a list of changes, check
https://github.com/ovn-org/ovn/blob/v24.03.3/NEWS
- Drop upstream fixed patches,
* CVE-2023-1668.patch
* CVE-2023-3152.patch
* CVE-2023-5366.patch
* openvswitch-2.17.8-gcc14-build-fix.patch
* openvswitch-CVE-2023-3966.patch
- Updated the patch for version v3.3.1
* install-ovsdb-tools.patch
* Tue Jul 30 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang_path macro, [bsc#1212476]
* Tue Jun 04 2024 Martin Jambor <mjambor@suse.com>
- GCC 14 started to advertise c_atomic extension, older versions
didn't do that. Add check for __clang__, so GCC doesn't include
headers designed for Clang
(openvswitch-2.17.8-gcc14-build-fix.patch) [boo#1225906]
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Thu Feb 15 2024 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Fix CVE-2023-3966 [bsc#1219465] openvswitch3: Invalid memory access in Geneve with HW offload
- Added patch,
+openvswitch-CVE-2023-3966.patch
* Thu Feb 01 2024 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Fix CVE-2023-5366 [bsc#1216002], openvswitch: missing masks on a final stage with ports trie
- Added patch,
* CVE-2023-5366.patch
* Thu Dec 14 2023 Dirk Müller <dmueller@suse.com>
- convert to sysuser generated users
* Mon Dec 04 2023 Ana Guerrero <ana.guerrero@suse.com>
- Add BuildRequires on python-setuptools. Previously this was pulled
by python-Sphinx in the build environment.
* Thu Sep 07 2023 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Fix CVE-2023-3153 [bsc#1212125], VUL-0: CVE-2023-3153: openvswitch,openvswitch3: service monitor MAC flow is not rate limited
- Added patch,
CVE-2023-3152.patch
* Wed May 17 2023 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Fix CVE-2023-1668 [bsc#1210054], openvswitch: remote traffic denial of service via crafted packets with IP proto 0
- Added patch,
CVE-2023-1668.patch
* Tue May 02 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Remove python/ovs/dirs.py prior to building: have this
re-generated based on the shipped template (boo#1210479).
* Wed Apr 05 2023 Duraisankar P <Duraisankar.pitchumani@suse.com>
- Update OVS version to v3.1.0 and OVN version to v23.03.0
Some of the features are,
- ovs-vswitchd now detects changes in CPU affinity and adjusts the number
of handler and revalidator threads if necessary.
- AF_XDP:
* Added support for building with libxdp and libbpf >= 0.7.
* Support for AF_XDP is now enabled by default if all dependencies are
available at the build time. Use --disable-afxdp to disable.
Use --enable-afxdp to fail the build if dependencies are not present.
- ovs-appctl:
* "ovs-appctl ofproto/trace" command can now display port names with the
"--names" option.
- OVSDB-IDL:
* Add the support to specify the persistent uuid for row insert in both
C and Python IDLs.
- Windows:
* Conntrack IPv6 fragment support.
- DPDK:
* Add support for DPDK 22.11.1.
- For the QoS max-rate and STP/RSTP path-cost configuration OVS now assumes
10 Gbps link speed by default in case the actual link speed cannot be
determined. Previously it was 10 Mbps. Values can still be overridden
by specifying 'max-rate' or '[r]stp-path-cost' accordingly.
- OpenFlow:
* New OpenFlow extension NXT_CT_FLUSH to flush connections matching
the specified fields.
- ovs-ctl:
* New option '--dump-hugepages' to include hugepages in core dumps. This
can assist with postmortem analysis involving DPDK, but may also produce
significantly larger core dump files.
- ovs-dpctl and 'ovs-appctl dpctl/' commands:
* 'flush-conntrack' is now capable of handling partial 5-tuple,
with additional optional parameter to specify the reply direction.
- ovs-ofctl:
* New command 'flush-conntrack' that accepts zone and 5-tuple (or partial
5-tuple) for both directions.
- Support for travis-ci.org based continuous integration builds has been
dropped.
- Userspace datapath:
* Add '-secs' argument to appctl 'dpif-netdev/pmd-rxq-show' to show
the pmd usage of an Rx queue over a configurable time period.
* Add new experimental PMD load based sleeping feature. PMD threads can
request to sleep up to a user configured 'pmd-maxsleep' value under
low load conditions.
- For more details, check
https://github.com/openvswitch/ovs/blob/v3.1.0/NEWS
- Includes secrity fix for CVE-2022-4338 (bsc#1206580) and CVE-2022-4337 (bsc#1206581)
- Removed patches,
* 0001-Replace-deprecated-var-run-with-run.patch
* 0001-openvswitch-merge-compiler.h-files-into-one-file.patch
* openvswitch-CVE-2021-36980.patch
* 0002-build-Seperated-common-used-headers.patch
* a77ad9693c8b49055389559187fe74eddb619746.patch
* 0001-m4-Test-avx512-for-x86-only.patch
* openvswitch-2.17.2-Fix-tests-with-GNU-grep-3.8.patch
- Renamed and rebased patches,
* 0001-Don-t-change-permissions-of-dev-hugepages.patch
* 0001-Use-double-hash-for-OVS_USER_ID-comment.patch
* 0001-Run-ovn-as-openvswitch-openvswitch.patch
* 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
* 0001-Run-openvswitch-as-openvswitch-openvswitch.patch
- Added ovsb tool install patch,
* install-ovsdb-tools.patch
/usr/lib64/python3.13/site-packages/ovs /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info/PKG-INFO /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info/SOURCES.txt /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info/dependency_links.txt /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info/requires.txt /usr/lib64/python3.13/site-packages/ovs-3.7.0-py3.13.egg-info/top_level.txt /usr/lib64/python3.13/site-packages/ovs/__init__.py /usr/lib64/python3.13/site-packages/ovs/__pycache__ /usr/lib64/python3.13/site-packages/ovs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/daemon.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/daemon.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/dirs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/dirs.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/dns_resolve.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/dns_resolve.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/fatal_signal.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/fatal_signal.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/fcntl_win.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/fcntl_win.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/json.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/json.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/jsonrpc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/jsonrpc.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/ovsuuid.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/ovsuuid.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/poller.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/poller.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/process.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/process.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/reconnect.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/reconnect.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/socket_util.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/socket_util.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/stream.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/stream.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/timeval.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/timeval.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/util.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/util.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/version.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/version.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/vlog.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/vlog.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/winutils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/__pycache__/winutils.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/_json.cpython-313-x86_64-linux-gnu.so /usr/lib64/python3.13/site-packages/ovs/compat /usr/lib64/python3.13/site-packages/ovs/compat/__init__.py /usr/lib64/python3.13/site-packages/ovs/compat/__pycache__ /usr/lib64/python3.13/site-packages/ovs/compat/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/compat/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__init__.py /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__ /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sorteddict.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sorteddict.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sortedlist.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sortedlist.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sortedset.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/__pycache__/sortedset.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/sorteddict.py /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/sortedlist.py /usr/lib64/python3.13/site-packages/ovs/compat/sortedcontainers/sortedset.py /usr/lib64/python3.13/site-packages/ovs/daemon.py /usr/lib64/python3.13/site-packages/ovs/db /usr/lib64/python3.13/site-packages/ovs/db/__init__.py /usr/lib64/python3.13/site-packages/ovs/db/__pycache__ /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/custom_index.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/custom_index.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/data.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/data.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/error.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/error.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/idl.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/idl.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/parser.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/schema.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/schema.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/types.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/db/__pycache__/types.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/db/custom_index.py /usr/lib64/python3.13/site-packages/ovs/db/data.py /usr/lib64/python3.13/site-packages/ovs/db/error.py /usr/lib64/python3.13/site-packages/ovs/db/idl.py /usr/lib64/python3.13/site-packages/ovs/db/parser.py /usr/lib64/python3.13/site-packages/ovs/db/schema.py /usr/lib64/python3.13/site-packages/ovs/db/types.py /usr/lib64/python3.13/site-packages/ovs/dirs.py /usr/lib64/python3.13/site-packages/ovs/dns_resolve.py /usr/lib64/python3.13/site-packages/ovs/fatal_signal.py /usr/lib64/python3.13/site-packages/ovs/fcntl_win.py /usr/lib64/python3.13/site-packages/ovs/flow /usr/lib64/python3.13/site-packages/ovs/flow/__init__.py /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__ /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/decoders.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/decoders.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/filter.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/filter.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/flow.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/flow.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/kv.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/kv.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/list.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/list.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/odp.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/odp.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp_act.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp_act.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp_fields.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flow/__pycache__/ofp_fields.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flow/decoders.py /usr/lib64/python3.13/site-packages/ovs/flow/filter.py /usr/lib64/python3.13/site-packages/ovs/flow/flow.py /usr/lib64/python3.13/site-packages/ovs/flow/kv.py /usr/lib64/python3.13/site-packages/ovs/flow/list.py /usr/lib64/python3.13/site-packages/ovs/flow/odp.py /usr/lib64/python3.13/site-packages/ovs/flow/ofp.py /usr/lib64/python3.13/site-packages/ovs/flow/ofp_act.py /usr/lib64/python3.13/site-packages/ovs/flow/ofp_fields.py /usr/lib64/python3.13/site-packages/ovs/flowviz /usr/lib64/python3.13/site-packages/ovs/flowviz/__init__.py /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__ /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/console.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/console.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/format.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/format.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/html_format.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/html_format.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/main.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/main.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/process.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/__pycache__/process.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/console.py /usr/lib64/python3.13/site-packages/ovs/flowviz/format.py /usr/lib64/python3.13/site-packages/ovs/flowviz/html_format.py /usr/lib64/python3.13/site-packages/ovs/flowviz/main.py /usr/lib64/python3.13/site-packages/ovs/flowviz/odp /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__init__.py /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__ /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/cli.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/graph.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/graph.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/html.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/html.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/tree.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/__pycache__/tree.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/cli.py /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/graph.py /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/html.py /usr/lib64/python3.13/site-packages/ovs/flowviz/odp/tree.py /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__init__.py /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__ /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/cli.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/html.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/html.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/logic.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/__pycache__/logic.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/cli.py /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/html.py /usr/lib64/python3.13/site-packages/ovs/flowviz/ofp/logic.py /usr/lib64/python3.13/site-packages/ovs/flowviz/ovs-flowviz.conf /usr/lib64/python3.13/site-packages/ovs/flowviz/process.py /usr/lib64/python3.13/site-packages/ovs/json.py /usr/lib64/python3.13/site-packages/ovs/jsonrpc.py /usr/lib64/python3.13/site-packages/ovs/ovsuuid.py /usr/lib64/python3.13/site-packages/ovs/poller.py /usr/lib64/python3.13/site-packages/ovs/process.py /usr/lib64/python3.13/site-packages/ovs/reconnect.py /usr/lib64/python3.13/site-packages/ovs/socket_util.py /usr/lib64/python3.13/site-packages/ovs/stream.py /usr/lib64/python3.13/site-packages/ovs/timeval.py /usr/lib64/python3.13/site-packages/ovs/unixctl /usr/lib64/python3.13/site-packages/ovs/unixctl/__init__.py /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__ /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/client.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/client.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/server.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/__pycache__/server.cpython-313.pyc /usr/lib64/python3.13/site-packages/ovs/unixctl/client.py /usr/lib64/python3.13/site-packages/ovs/unixctl/server.py /usr/lib64/python3.13/site-packages/ovs/util.py /usr/lib64/python3.13/site-packages/ovs/version.py /usr/lib64/python3.13/site-packages/ovs/vlog.py /usr/lib64/python3.13/site-packages/ovs/winutils.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Mar 27 23:16:44 2026