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