# Copyright (C) 2009, 2010, 2013, 2014 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # without warranty of any kind. # # If tests have to be skipped while building, specify the '--without check' # option. For example: # rpmbuild -bb --without check rhel/openvswitch-fedora.spec # This defines the base package name's version. %define pkgver 2.13 %define pkgname ovn24.09 # If libcap-ng isn't available and there is no need for running OVS # as regular user, specify the '--without libcapng' %bcond_without libcapng # Enable PIE, bz#955181 %global _hardened_build 1 # RHEL-7 doesn't define _rundir macro yet # Fedora 15 onwards uses /run as _rundir %if 0%{!?_rundir:1} %define _rundir /run %endif # Build python2 (that provides python) and python3 subpackages on Fedora # Build only python3 (that provides python) subpackage on RHEL8 # Build only python subpackage on RHEL7 %if 0%{?rhel} > 7 || 0%{?fedora} # On RHEL8 Sphinx is included in buildroot %global external_sphinx 1 %else # Don't use external sphinx (RHV doesn't have optional repositories enabled) %global external_sphinx 0 %endif # We would see rpmlinit error - E: hardcoded-library-path in '% {_prefix}/lib'. # But there is no solution to fix this. Using {_lib} macro will solve the # rpmlink error, but will install the files in /usr/lib64/. # OVN pacemaker ocf script file is copied in /usr/lib/ocf/resource.d/ovn/ # and we are not sure if pacemaker looks into this path to find the # OVN resource agent script. %global ovnlibdir %{_prefix}/lib Name: %{pkgname} Summary: Open Virtual Network support Group: System Environment/Daemons URL: http://www.ovn.org/ Version: 24.09.0 Release: 41%{?commit0:.%{date}git%{shortcommit0}}%{?dist} Provides: openvswitch%{pkgver}-ovn-common = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openvswitch%{pkgver}-ovn-common < 2.11.0-1 # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL License: ASL 2.0 and LGPLv2+ and SISSL %define ovncommit 6c74ef66a877010a7cc43da61bc90c123d2b8b9d # Always pull an upstream release, since this is what we rebase to. Source: https://github.com/ovn-org/ovn/archive/%{ovncommit}.tar.gz#/ovn-%{version}.tar.gz %define ovscommit c598c05c85b2d38874a0ce8f7f088f6aae4fdabc %define ovsshortcommit c598c05 Source10: https://github.com/openvswitch/ovs/archive/%{ovscommit}.tar.gz#/openvswitch-%{ovsshortcommit}.tar.gz %define ovsdir ovs-%{ovscommit} %define docutilsver 0.12 %define pygmentsver 1.4 %define sphinxver 1.1.3 Source100: https://pypi.io/packages/source/d/docutils/docutils-%{docutilsver}.tar.gz Source101: https://pypi.io/packages/source/P/Pygments/Pygments-%{pygmentsver}.tar.gz Source102: https://pypi.io/packages/source/S/Sphinx/Sphinx-%{sphinxver}.tar.gz Source500: configlib.sh Source501: gen_config_group.sh Source502: set_config.sh # Important: source503 is used as the actual copy file # @TODO: this causes a warning - fix it? Source504: arm64-armv8a-linuxapp-gcc-config Source505: ppc_64-power8-linuxapp-gcc-config Source506: x86_64-native-linuxapp-gcc-config Patch: %{pkgname}.patch # FIXME Sphinx is used to generate some manpages, unfortunately, on RHEL, it's # in the -optional repository and so we can't require it directly since RHV # doesn't have the -optional repository enabled and so TPS fails %if %{external_sphinx} BuildRequires: python3-sphinx %else # Sphinx dependencies BuildRequires: python-devel BuildRequires: python-setuptools #BuildRequires: python2-docutils BuildRequires: python-jinja2 BuildRequires: python-nose #BuildRequires: python2-pygments # docutils dependencies BuildRequires: python-imaging # pygments dependencies BuildRequires: python-nose %endif BuildRequires: gcc gcc-c++ make BuildRequires: autoconf automake libtool BuildRequires: systemd-units openssl openssl-devel BuildRequires: python3-devel python3-setuptools BuildRequires: desktop-file-utils BuildRequires: groff-base graphviz BuildRequires: unbound-devel # make check dependencies BuildRequires: procps-ng %if 0%{?rhel} == 8 || 0%{?fedora} BuildRequires: python3-pyOpenSSL %endif BuildRequires: tcpdump %if %{with libcapng} BuildRequires: libcap-ng libcap-ng-devel %endif %if 0%{?rhel} >= 9 BuildRequires: python3-scapy %endif Requires: hostname openssl iproute module-init-tools Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units # to skip running checks, pass --without check %bcond_without check %description OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. %package central Summary: Open Virtual Network support License: ASL 2.0 Requires: %{pkgname} Requires: firewalld-filesystem Provides: openvswitch%{pkgver}-ovn-central = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openvswitch%{pkgver}-ovn-central < 2.11.0-1 %description central OVN DB servers and ovn-northd running on a central node. %package host Summary: Open Virtual Network support License: ASL 2.0 Requires: %{pkgname} Requires: firewalld-filesystem Provides: openvswitch%{pkgver}-ovn-host = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openvswitch%{pkgver}-ovn-host < 2.11.0-1 %description host OVN controller running on each host. %package vtep Summary: Open Virtual Network support License: ASL 2.0 Requires: %{pkgname} Provides: openvswitch%{pkgver}-ovn-vtep = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openvswitch%{pkgver}-ovn-vtep < 2.11.0-1 %description vtep OVN vtep controller %prep %autosetup -n ovn-%{ovncommit} -a 10 -p 1 %build %if 0%{?commit0:1} # fix the snapshot unreleased version to be the released one. sed -i.old -e "s/^AC_INIT(openvswitch,.*,/AC_INIT(openvswitch, %{version},/" configure.ac %endif ./boot.sh # OVN source code is now separate. # Build openvswitch first. # XXX Current openvswitch2.13 doesn't # use "2.13.0" for version. It's a commit hash pushd %{ovsdir} ./boot.sh %configure \ %if %{with libcapng} --enable-libcapng \ %else --disable-libcapng \ %endif --enable-ssl \ --with-pkidir=%{_sharedstatedir}/openvswitch/pki make %{?_smp_mflags} popd # Build OVN. # XXX OVS version needs to be updated when ovs2.13 is updated. %configure \ --with-ovs-source=$PWD/%{ovsdir} \ %if %{with libcapng} --enable-libcapng \ %else --disable-libcapng \ %endif --enable-ssl \ --with-pkidir=%{_sharedstatedir}/openvswitch/pki make %{?_smp_mflags} %install %make_install install -p -D -m 0644 \ rhel/usr_share_ovn_scripts_systemd_sysconfig.template \ $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/ovn for service in ovn-controller ovn-controller-vtep ovn-northd; do install -p -D -m 0644 \ rhel/usr_lib_systemd_system_${service}.service \ $RPM_BUILD_ROOT%{_unitdir}/${service}.service done install -d -m 0755 $RPM_BUILD_ROOT/%{_sharedstatedir}/ovn install -d $RPM_BUILD_ROOT%{ovnlibdir}/firewalld/services/ install -p -m 0644 rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml \ $RPM_BUILD_ROOT%{ovnlibdir}/firewalld/services/ovn-central-firewall-service.xml install -p -m 0644 rhel/usr_lib_firewalld_services_ovn-host-firewall-service.xml \ $RPM_BUILD_ROOT%{ovnlibdir}/firewalld/services/ovn-host-firewall-service.xml install -d -m 0755 $RPM_BUILD_ROOT%{ovnlibdir}/ocf/resource.d/ovn ln -s %{_datadir}/ovn/scripts/ovndb-servers.ocf \ $RPM_BUILD_ROOT%{ovnlibdir}/ocf/resource.d/ovn/ovndb-servers install -p -D -m 0644 rhel/etc_logrotate.d_ovn \ $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/ovn # remove unneeded files. rm -f $RPM_BUILD_ROOT%{_bindir}/ovs* rm -f $RPM_BUILD_ROOT%{_bindir}/vtep-ctl rm -f $RPM_BUILD_ROOT%{_sbindir}/ovs* rm -f $RPM_BUILD_ROOT%{_mandir}/man1/ovs* rm -f $RPM_BUILD_ROOT%{_mandir}/man5/ovs* rm -f $RPM_BUILD_ROOT%{_mandir}/man5/vtep* rm -f $RPM_BUILD_ROOT%{_mandir}/man7/ovs* rm -f $RPM_BUILD_ROOT%{_mandir}/man8/ovs* rm -f $RPM_BUILD_ROOT%{_mandir}/man8/vtep* rm -rf $RPM_BUILD_ROOT%{_datadir}/ovn/python rm -f $RPM_BUILD_ROOT%{_datadir}/ovn/scripts/ovs* rm -rf $RPM_BUILD_ROOT%{_datadir}/ovn/bugtool-plugins rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc rm -f $RPM_BUILD_ROOT%{_includedir}/ovn/* rm -f $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/ovs-appctl-bashcomp.bash rm -f $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/ovs-vsctl-bashcomp.bash rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/openvswitch rm -f $RPM_BUILD_ROOT%{_datadir}/ovn/scripts/ovn-bugtool* rm -f $RPM_BUILD_ROOT/%{_bindir}/ovn-docker-overlay-driver \ $RPM_BUILD_ROOT/%{_bindir}/ovn-docker-underlay-driver %check %if %{with check} touch resolv.conf export OVS_RESOLV_CONF=$(pwd)/resolv.conf if ! make check TESTSUITEFLAGS='%{_smp_mflags}'; then cat tests/testsuite.log if ! make check TESTSUITEFLAGS='--recheck'; then cat tests/testsuite.log # Presently a test case - "2796: ovn -- ovn-controller incremental processing" # is failing on aarch64 arch. Let's not exit for this arch # until we figure out why it is failing. # Test case 93: ovn.at:12105 ovn -- ACLs on Port Groups is failing # repeatedly on s390x. This needs to be investigated. %ifnarch aarch64 %ifnarch ppc64le %ifnarch s390x exit 1 %endif %endif %endif fi fi %endif %clean rm -rf $RPM_BUILD_ROOT %pre central if [ $1 -eq 1 ] ; then # Package install. /bin/systemctl status ovn-northd.service >/dev/null ovn_status=$? rpm -ql openvswitch-ovn-central > /dev/null if [[ "$?" = "0" && "$ovn_status" = "0" ]]; then # ovn-northd service is running which means old openvswitch-ovn-central # is already installed and it will be cleaned up. So start ovn-northd # service when posttrans central is called. touch %{_localstatedir}/lib/rpm-state/ovn-northd fi fi %pre host if [ $1 -eq 1 ] ; then # Package install. /bin/systemctl status ovn-controller.service >/dev/null ovn_status=$? rpm -ql openvswitch-ovn-host > /dev/null if [[ "$?" = "0" && "$ovn_status" = "0" ]]; then # ovn-controller service is running which means old # openvswitch-ovn-host is installed and it will be cleaned up. So # start ovn-controller service when posttrans host is called. touch %{_localstatedir}/lib/rpm-state/ovn-controller fi fi %pre vtep if [ $1 -eq 1 ] ; then # Package install. /bin/systemctl status ovn-controller-vtep.service >/dev/null ovn_status=$? rpm -ql openvswitch-ovn-vtep > /dev/null if [[ "$?" = "0" && "$ovn_status" = "0" ]]; then # ovn-controller-vtep service is running which means old # openvswitch-ovn-vtep is installed and it will be cleaned up. So # start ovn-controller-vtep service when posttrans host is called. touch %{_localstatedir}/lib/rpm-state/ovn-controller-vtep fi fi %preun central %if 0%{?systemd_preun:1} %systemd_preun ovn-northd.service %else if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable ovn-northd.service >/dev/null 2>&1 || : /bin/systemctl stop ovn-northd.service >/dev/null 2>&1 || : fi %endif %preun host %if 0%{?systemd_preun:1} %systemd_preun ovn-controller.service %else if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable ovn-controller.service >/dev/null 2>&1 || : /bin/systemctl stop ovn-controller.service >/dev/null 2>&1 || : fi %endif %preun vtep %if 0%{?systemd_preun:1} %systemd_preun ovn-controller-vtep.service %else if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable ovn-controller-vtep.service >/dev/null 2>&1 || : /bin/systemctl stop ovn-controller-vtep.service >/dev/null 2>&1 || : fi %endif %post %if %{with libcapng} if [ $1 -eq 1 ]; then sed -i 's:^#OVN_USER_ID=:OVN_USER_ID=:' %{_sysconfdir}/sysconfig/ovn sed -i 's:\(.*su\).*:\1 openvswitch openvswitch:' %{_sysconfdir}/logrotate.d/ovn fi %endif %post central %if 0%{?systemd_post:1} %systemd_post ovn-northd.service %else # Package install, not upgrade if [ $1 -eq 1 ]; then /bin/systemctl daemon-reload >dev/null || : fi %endif %post host %if 0%{?systemd_post:1} %systemd_post ovn-controller.service %else # Package install, not upgrade if [ $1 -eq 1 ]; then /bin/systemctl daemon-reload >dev/null || : fi %endif %post vtep %if 0%{?systemd_post:1} %systemd_post ovn-controller-vtep.service %else # Package install, not upgrade if [ $1 -eq 1 ]; then /bin/systemctl daemon-reload >dev/null || : fi %endif %postun %postun central %if 0%{?systemd_postun_with_restart:1} %systemd_postun_with_restart ovn-northd.service %else /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ "$1" -ge "1" ] ; then # Package upgrade, not uninstall /bin/systemctl try-restart ovn-northd.service >/dev/null 2>&1 || : fi %endif %postun host %if 0%{?systemd_postun_with_restart:1} %systemd_postun_with_restart ovn-controller.service %else /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ "$1" -ge "1" ] ; then # Package upgrade, not uninstall /bin/systemctl try-restart ovn-controller.service >/dev/null 2>&1 || : fi %endif %postun vtep %if 0%{?systemd_postun_with_restart:1} %systemd_postun_with_restart ovn-controller-vtep.service %else /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ "$1" -ge "1" ] ; then # Package upgrade, not uninstall /bin/systemctl try-restart ovn-controller-vtep.service >/dev/null 2>&1 || : fi %endif %posttrans central if [ $1 -eq 1 ]; then # Package install, not upgrade if [ -e %{_localstatedir}/lib/rpm-state/ovn-northd ]; then rm %{_localstatedir}/lib/rpm-state/ovn-northd /bin/systemctl start ovn-northd.service >/dev/null 2>&1 || : fi fi %posttrans host if [ $1 -eq 1 ]; then # Package install, not upgrade if [ -e %{_localstatedir}/lib/rpm-state/ovn-controller ]; then rm %{_localstatedir}/lib/rpm-state/ovn-controller /bin/systemctl start ovn-controller.service >/dev/null 2>&1 || : fi fi %posttrans vtep if [ $1 -eq 1 ]; then # Package install, not upgrade if [ -e %{_localstatedir}/lib/rpm-state/ovn-controller-vtep ]; then rm %{_localstatedir}/lib/rpm-state/ovn-controller-vtep /bin/systemctl start ovn-controller-vtep.service >/dev/null 2>&1 || : fi fi %files %{_bindir}/ovn-nbctl %{_bindir}/ovn-sbctl %{_bindir}/ovn-trace %{_bindir}/ovn-detrace %{_bindir}/ovn_detrace.py %{_bindir}/ovn-appctl %{_bindir}/ovn-ic-nbctl %{_bindir}/ovn-ic-sbctl %{_bindir}/ovn-debug %dir %{_datadir}/ovn/ %dir %{_datadir}/ovn/scripts/ %{_datadir}/ovn/scripts/ovn-ctl %{_datadir}/ovn/scripts/ovn-lib %{_datadir}/ovn/scripts/ovndb-servers.ocf %{_mandir}/man8/ovn-ctl.8* %{_mandir}/man8/ovn-appctl.8* %{_mandir}/man8/ovn-nbctl.8* %{_mandir}/man8/ovn-ic-nbctl.8* %{_mandir}/man8/ovn-trace.8* %{_mandir}/man1/ovn-detrace.1* %{_mandir}/man7/ovn-architecture.7* %{_mandir}/man8/ovn-sbctl.8* %{_mandir}/man8/ovn-ic-sbctl.8* %{_mandir}/man8/ovn-debug.8* %{_mandir}/man5/ovn-nb.5* %{_mandir}/man5/ovn-ic-nb.5* %{_mandir}/man5/ovn-sb.5* %{_mandir}/man5/ovn-ic-sb.5* %dir %{ovnlibdir}/ocf/resource.d/ovn/ %{ovnlibdir}/ocf/resource.d/ovn/ovndb-servers %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/logrotate.d/ovn %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/ovn %files central %{_bindir}/ovn-northd %{_bindir}/ovn-ic %{_mandir}/man8/ovn-northd.8* %{_mandir}/man8/ovn-ic.8* %{_datadir}/ovn/ovn-nb.ovsschema %{_datadir}/ovn/ovn-ic-nb.ovsschema %{_datadir}/ovn/ovn-sb.ovsschema %{_datadir}/ovn/ovn-ic-sb.ovsschema %{_unitdir}/ovn-northd.service %{ovnlibdir}/firewalld/services/ovn-central-firewall-service.xml %files host %{_bindir}/ovn-controller %{_mandir}/man8/ovn-controller.8* %{_unitdir}/ovn-controller.service %{ovnlibdir}/firewalld/services/ovn-host-firewall-service.xml %files vtep %{_bindir}/ovn-controller-vtep %{_mandir}/man8/ovn-controller-vtep.8* %{_unitdir}/ovn-controller-vtep.service %changelog * Fri Oct 11 2024 Xavier Simonart - 24.09.0-41 - ovn-ic: Fix potential segmentation violation. [Upstream: 0611308a7a2e58911a18d974b1e8c7b2d8f0541f] * Wed Oct 09 2024 Mohammad Heib - 24.09.0-40 - controller: Container lport install flows in MAIN chassis only. (#FDP-772) [Upstream: 809d4aac64c4343f3bf845f2df497be2af6cba26] * Fri Oct 04 2024 Ales Musil - 24.09.0-39 - northd, controller: Use ct_next to get the CT state for direct SNAT. (#FDP-744) [Upstream: 2a60ba94f99486f1eb44134e693a8393059d4869] * Tue Oct 01 2024 Ales Musil - 24.09.0-38 - ci: Pin scapy version. [Upstream: 4579cb66599fedb433f8fc2fa0d9167e54feb457] * Thu Sep 26 2024 Rosemarie O'Riorden - 24.09.0-37 - northd: Respect --ecmp-symmetric-reply for single routes. (#FDP-786) [Upstream: 7b00627433f3ee066cf6a5b727fec614c5e6eb77] * Fri Sep 20 2024 Ales Musil - 24.09.0-36 - controller: Avoid quadratic complexity for multi-chassis ports. [Upstream: b3e47dc70ad6bd2f92ffbe64a39ae4d98c0e8398] * Fri Sep 20 2024 Ales Musil - 24.09.0-35 - physical: Prevent wrong FDB to be learned with multichassis port. (#FDP-620) [Upstream: 8b3e276e228407068e0a9e72ad3e02969da2de1d] * Thu Sep 19 2024 Xavier Simonart - 24.09.0-34 - ovn-controller: Fix potential assert when exiting. [Upstream: 8488c3c0aff73d1037a4af205ac3ba2ed22106a3] * Fri Sep 13 2024 Mark Michelson - 24.09.0-33 - Prepare for 24.09.1. [Upstream: 2282ae8501faa5fe9bd607a5f0a81d863441f10f] * Fri Sep 13 2024 Mark Michelson - 24.09.0-32 - Set release date for 24.09.0. [Upstream: f04e445562597909038f663a5da0699183002bcf] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-31 - tests: Fix flaky BFD system test. [Upstream: 7be7d8df2704eae6cc26111bc347bd0d5601fb09] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-30 - tests: Fix flaky ACL Sampling system tests. [Upstream: 88e80a3b8ef21fef7418b03c49735dfd6af11931] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-29 - tests: Fix multiple ovn-ic race conditions. [Upstream: 2e6cdfdf18da671d462bc2b575cd48fa20a7e903] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-28 - tests: Fix flaky "load-balancer template IPv4". [Upstream: 1a69a5d4c7fc37c3aee8e4fa07fe50aada59b997] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-27 - tests: Fix flaky "Sampling_App incremental processing". [Upstream: ecdc7bb7b46e16321679b9a3f064897f7cae90cd] * Wed Sep 11 2024 Xavier Simonart - 24.09.0-26 - tests: Fix flaky "MAC binding aging". [Upstream: afed92ce6839473fd56278aa1879ad5e6b5c086e] * Wed Sep 11 2024 Ilya Maximets - 24.09.0-25 - ovs: Move the submodule to the official v3.4.0 release. [Upstream: 2f14de89f05d1fce901d374e3f2dd7e9d6e50365] * Wed Sep 11 2024 Lorenzo Bianconi - 24.09.0-24 - controller: Do not remove snat-ct-zone requested by the CMS. (#FDP-773) [Upstream: 76bd54eb36d52d1b3fa663d185f53dcaa2cff06b] * Tue Sep 03 2024 Vladislav Odintsov - 24.09.0-23 - news: Fix indentation for an entry. [Upstream: 360f669b16ec2ed64657ea1d4c75b73263812bad] * Thu Aug 29 2024 Ales Musil - 24.09.0-22 - pinctrl: Explicitly set ICMPv6 code for packet too big. (#FDP-763) [Upstream: 8efac26f6637fc35fd1d3e5b41b935ebcb074a1d] * Wed Aug 28 2024 Ales Musil - 24.09.0-21 - tests: Prevent netcat from forking. [Upstream: dc5b666d7dba02c0a5617605463967c86739568e] * Tue Aug 27 2024 Mark Michelson - 24.09.0-20 - Documentation: Add inclusive-language documentation. [Upstream: ea24d593e921c1e35fe281b9c1de449ab7b5c56f] * Tue Aug 27 2024 Lorenzo Bianconi - 24.09.0-19 - Revert "northd: Introduce ECMP_Nexthop table in SB db.". (#FDP-750) [Upstream: cb8e5433281b8ab5f3a65e52e41f46839e32d4fc] * Tue Aug 27 2024 Lorenzo Bianconi - 24.09.0-18 - Revert "northd: Add nexhop id in ct_label.label.". (#FDP-750) [Upstream: 7b937370bb4befb0d69f310f14d6068589d6740c] * Tue Aug 27 2024 Lorenzo Bianconi - 24.09.0-17 - Revert "ofctrl: Introduce ecmp_nexthop_monitor.". (#FDP-750) [Upstream: 42148ffe8c6aa95f732f4c2444b4d10dbbf2fd93] * Thu Aug 22 2024 Lorenzo Bianconi - 24.09.0-16 - northd: Make bfd_connections static in build_parsed_routes. [Upstream: fc8a015434f18b6b8ef05b11179f89d099fee2ce] * Thu Aug 22 2024 Lorenzo Bianconi - 24.09.0-15 - northd: Get rid of bfd_connections in bfd_sync_data. [Upstream: f29fc462e3e5313d6e7bb234fb7864c587e11c32] * Thu Aug 22 2024 Lorenzo Bianconi - 24.09.0-14 - northd: Optimize lookup in bfd_is_port_running. [Upstream: 8b08b23dc14130e6e5425f132a5be8a2866f8b54] * Thu Aug 22 2024 Lorenzo Bianconi - 24.09.0-13 - northd: Introduce bfd_sync_data data structure. [Upstream: 8f085f0bd1c0f70b0260729d6b4ad4223b920d54] * Tue Aug 20 2024 Numan Siddique - 24.09.0-12 - northd: Fix potential crash when creating chassisredirect port. [Upstream: 97fc54f10f2c55a30df01d8f2c4f772d0960c114] * Mon Aug 19 2024 Numan Siddique - 24.09.0-11 - tests: Skip "IPv6 switching - megaflow check" if scapy is not installed. [Upstream: 34fa3c1d4db31e2b840e6592b418f53dc6efcf5a] * Fri Aug 16 2024 Numan Siddique - 24.09.0-10 - Reply only for the multicast ND solicitations. (#FDP-728) [Upstream: 30a502e9f3a8f66370acdc9b4c1c2ae96af5451f] * Wed Aug 14 2024 Xavier Simonart - 24.09.0-9 - multinode: Fix test "ovn multinode NAT ...". [Upstream: 0fbe412a1e96790f16c9015f89473c30730966ce] * Wed Aug 14 2024 Xavier Simonart - 24.09.0-8 - multinode: Increase maximum execution time. [Upstream: 155637d986730dd5af18b936f3ac736931d164fe] * Tue Aug 13 2024 Martin Kalcok - 24.09.0-7 - northd: Routing protocol port redirection. [Upstream: 158597a1fa4ef253e3c461da9eaf26b638d68b69] * Mon Aug 12 2024 Rosemarie O'Riorden - 24.09.0-6 - northd: Clean up SB MAC bindings for deleted ports. (#FDP-723) [Upstream: 11d92550b15c4aa03cc28386d89fb09df47aa2b5] * Mon Aug 12 2024 Ales Musil - 24.09.0-5 - controller: Make sure the meter and group tables are initialized. [Upstream: 4ded211f808185da5ff16a67d6daf1759204cbab] * Mon Aug 12 2024 Ilya Maximets - 24.09.0-4 - github: containers: Fix job condition. [Upstream: 07d51ea3cbf17f1fa354d5982d4026ac15c94d40]