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

ovn-devel-26.03.2-37.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: ovn-devel Distribution: openSUSE Tumbleweed
Version: 26.03.2 Vendor: openSUSE
Release: 37.1 Build date: Fri Sep 11 10:27:37 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 83316 Source RPM: openvswitch-3.7.1-37.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://openvswitch.org/
Summary: Development files for Open Virtual Network
Devel libraries and headers for Open Virtual Network.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Sep 11 2026 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
  - Add ovs-systemd-reload to fix systemctl reload (bsc#1273198)
* Wed Jul 29 2026 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
  - Update ovn to 26.03.2
    - Bug fixes
    - Dynamic Routing:
    * Allow multiple routers to read the same VRF table.
    - Fixed Load_Balancer health check replies failing silently for
      baremetal pool members whose backend LSP is type=external on a
      Logical_Switch that has a localnet port.  ovn-northd now installs
      an early inport-rewrite lflow at ls_in_check_port_sec that
      substitutes MFF_LOG_INPORT from the localnet port to the external
      LSP when eth.src matches the external port's MAC, so every
      downstream pipeline stage (including the per-backend HM reply
      lflow and the generic per-LS svc_monitor_mac lflow) observes
      inport == <external_lsp> and pinctrl_find_svc_monitor() succeeds.
      The DHCP and unbound-router ARP/ND drop lflows for external
      ports