Changelog for
ovn-docker-21.09.1-7.12.i586.rpm :
* Tue Oct 04 2022 David Arky
- Fix OVS inet_parse_active() function calls, more info https://github.com/ovn-org/ovn/issues/128#issuecomment-1099232584
* Thu Apr 28 2022 Ferdinand Thiessen - Fix dependency on python3-ovs for ovn-docker subpackage
* Sat Feb 26 2022 Ferdinand Thiessen - Split OVN from openvswitch (boo#1196862)
* Drop 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
* Drop 0001-Run-openvswitch-as-openvswitch-openvswitch.patch
* Drop 0001-Don-t-change-permissions-of-dev-hugepages.patch
* Drop 0001-Use-double-hash-for-OVS_USER_ID-comment.patch
* Drop 0001-Replace-deprecated-var-run-with-run.patch- Update to OVN 21.09.0
* OVN can now detect datapath features in OVS using the “Datapath” table in OVS. This is used to detect if all-zero SNAT is available.
* DHCP now supports option 12 (hostname).
* A limitation has been removed that now allows the full TCP/UDP port range (1-65535) rather than only half the range (1-32767) for Service Monitors.
* Proxy ARP support has been added for Logical Switch ports of type “router”.
* An “–add-route” option is available for the “ovn-nbctl lr-nat-add” and “ovn-nbctl lr-lb-add” commands.
* Many new stopwatches have been added to ovn-northd and ovn-controller for more fine-tuned debugging of execution times.
* A new “ovn-sbctl count-flows” command has been added
* Control Plane Protection (CoPP) has been added.
* PMTU discovery has been added for incoming traffic from outside the OVN cluster.
* Memory usage statistics can be gathered from ovn-northd.
* Distributed routers may now have more than one gateway port.
* ACLs can now be given labels so that it can be detected which ACL was responsible for allowing traffic.
* Static routes with no nexthop may be configured.
* OVN now stores the timestamp when a port is bound.
* Tue Sep 01 2020 Jaime Caamaño Ruiz - 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 - 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 - add missing provides/obsoletes for python3-openvswitch-test
* Mon May 04 2020 Jaime Caamaño Ruiz - 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 - add missing sortedcontainers dependency to the python bindings
* Mon Oct 28 2019 Jaime Caamaño Ruiz - 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 - Fixed missing obsoletes for old python-ovs (bsc#1138948).