support mldv2

(cherry picked from commit 7947f444bad18e8aee16530ec3c2f833e7527f97)
This commit is contained in:
wanfeng 2024-04-08 11:05:21 +08:00 committed by openeuler-sync-bot
parent fb82c1767c
commit 83ebb6b2ce
2 changed files with 1872 additions and 1 deletions

1867
0122-support-mldv2.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
Name: lwip
Version: 2.2.0
Release: 14
Release: 15
License: BSD
URL: http://savannah.nongnu.org/projects/lwip/
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
@ -133,6 +133,7 @@ Patch9117: 0118-support-querying-udp-multicast-addresses.patch
Patch9118: 0119-support-igmpv3.patch
Patch9119: 0120-enable-SO_REUSE_RXTOALL.patch
Patch9120: 0121-add-vlan-filter.patch
Patch9121: 0122-support-mldv2.patch
BuildRequires: gcc-c++ dos2unix dpdk-devel
@ -162,6 +163,9 @@ cd %{_builddir}/%{name}-%{version}/src
%{_libdir}/liblwip.a
%changelog
* Tue Apr 09 2024 wanfeng <wanfeng@kylinos.cn> - 2.2.0-15
- add ipv6 mldv2 multicast protocol
* Mon Apr 08 2024 zhengjiebing <zhengjiebing@cmss.chinamobile.com> - 2.2.0-14
- add vlan filter