support igmp v3 multicast protocol

(cherry picked from commit 0d24043a6d6afa40cd32473865b2233cc2febdb5)
This commit is contained in:
zhangyulongkylinos 2024-04-02 19:27:55 +08:00 committed by openeuler-sync-bot
parent 473fd019eb
commit 4e107984ab
2 changed files with 2504 additions and 1 deletions

2499
0119-support-igmpv3.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: 11
Release: 12
License: BSD
URL: http://savannah.nongnu.org/projects/lwip/
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
@ -130,6 +130,7 @@ Patch9114: 0115-enable-LWIP_SO_RCVTIMEO-to-support-recv-accept-timeo.patch
Patch9115: 0116-transfer-pbuf-timestamp-in-ip-frag.patch
Patch9116: 0117-udp-muticast-loop.patch
Patch9117: 0118-support-querying-udp-multicast-addresses.patch
Patch9118: 0119-support-igmpv3.patch
BuildRequires: gcc-c++ dos2unix dpdk-devel
@ -159,6 +160,9 @@ cd %{_builddir}/%{name}-%{version}/src
%{_libdir}/liblwip.a
%changelog
* Fri Mar 29 2024 zhangyulong <zhangyulong@kylinos.cn> - 2.2.0-12
- add igmp v3 multicast protocol
* Sat Mar 23 2024 wuchangye <wuchangye@huawei.com> - 2.2.0-11
- support querying udp multicast addresses