Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b732134716 | |||
| 9aab00ed8a | |||
| ed097322d1 |
BIN
openvswitch-3.5.0.tar.gz
LFS
BIN
openvswitch-3.5.0.tar.gz
LFS
Binary file not shown.
BIN
openvswitch-3.5.2.tar.gz
LFS
Normal file
BIN
openvswitch-3.5.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,23 +1,37 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 14:56:52 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
Fri Jan 09 12:10:00 UTC 2026 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|
||||||
- Fix ovs-flowviz python3 dependencies
|
- Update OVN to 25.03.2
|
||||||
- Rename "python3-ovs" to "python3-openvswitch" for distro consistency
|
- 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 Mar 10 08:33:01 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
Wed Nov 26 13:11:48 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|
||||||
- Update OVN to 25.03.0 for a list of changes, check
|
- Update OVN to 25.03.1
|
||||||
https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS
|
* Bug fixes
|
||||||
|
- Update Openvswitch to 3.5.2
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 09:40:03 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
Fri Mar 21 11:00:00 UTC 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 (jsc#PED-11228)
|
||||||
- Update openvswitch to 3.5.0 for a list of changes, check
|
- Update openvswitch to 3.5.0 for a list of changes, check
|
||||||
https://www.openvswitch.org/releases/NEWS-3.5.0.txt
|
https://www.openvswitch.org/releases/NEWS-3.5.0.txt (jsc#PED-11228)
|
||||||
|
- Rename "python3-ovs" to "python3-openvswitch" for distro consistency
|
||||||
- Update patch file 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
|
- 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 12:52:52 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
Mon Jan 27 12:52:52 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|||||||
@@ -20,8 +20,8 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define ovs_lname libopenvswitch-3_5-0
|
%define ovs_lname libopenvswitch-3_5-0
|
||||||
%define ovn_lname libovn-25_03-0
|
%define ovn_lname libovn-25_03-0
|
||||||
%define ovs_version 3.5.0
|
%define ovs_version 3.5.2
|
||||||
%define ovn_version 25.03.0
|
%define ovn_version 25.03.2
|
||||||
%define ovs_dir ovs-%{ovs_version}
|
%define ovs_dir ovs-%{ovs_version}
|
||||||
%define ovn_dir ovn-%{ovn_version}
|
%define ovn_dir ovn-%{ovn_version}
|
||||||
%define rpmstate %{_rundir}/openvswitch-rpm-state-
|
%define rpmstate %{_rundir}/openvswitch-rpm-state-
|
||||||
@@ -199,7 +199,7 @@ License: Apache-2.0
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{ovs_lname} = %{version}
|
Requires: %{ovs_lname} = %{version}
|
||||||
# Required for ovsdb-ildc
|
# Required for ovsdb-ildc
|
||||||
Requires: python3-openvswitch = %{version}
|
Requires: python3-openvswitch = %{version}-%{release}
|
||||||
Provides: %{name}-dpdk-devel = %{version}
|
Provides: %{name}-dpdk-devel = %{version}
|
||||||
Obsoletes: %{name}-dpdk-devel < 2.7.0
|
Obsoletes: %{name}-dpdk-devel < 2.7.0
|
||||||
|
|
||||||
@@ -273,7 +273,7 @@ Requires: python3
|
|||||||
Requires: python3-Twisted
|
Requires: python3-Twisted
|
||||||
Requires: python3-openvswitch = %{version}-%{release}
|
Requires: python3-openvswitch = %{version}-%{release}
|
||||||
Provides: python3-%{name}-test = %{version}
|
Provides: python3-%{name}-test = %{version}
|
||||||
Obsoletes: python3-%{name}-test < 2.13.0
|
Obsoletes: python3-%{name}-test < %{version}-%{release}
|
||||||
|
|
||||||
%description test
|
%description test
|
||||||
Open vSwitch is a software-based Ethernet switch.
|
Open vSwitch is a software-based Ethernet switch.
|
||||||
|
|||||||
BIN
ovn-25.03.0.tar.gz
LFS
BIN
ovn-25.03.0.tar.gz
LFS
Binary file not shown.
BIN
ovn-25.03.2.tar.gz
LFS
Normal file
BIN
ovn-25.03.2.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user