On 3/5/21 4:46 AM, Jiaxun Yang wrote:
> 在 2021/3/5 上午11:35, Jiaxun Yang 写道:
>
>> {IP,IPV6}_MULTICAST_IF was not supported.
>
>>
>
>> Reported-by: Yunqiang Su
>
>> Signed-off-by: Jiaxun Yang
>
>> ---
>
>> linux-user/syscall.c | 4 +
>
>> linux-user/syscall.c.orig | 13305
> +
在 2021/3/5 上午11:35, Jiaxun Yang 写道:
> {IP,IPV6}_MULTICAST_IF was not supported.
>
> Reported-by: Yunqiang Su
> Signed-off-by: Jiaxun Yang
> ---
> linux-user/syscall.c | 4 +
> linux-user/syscall.c.orig | 13305
^ Sorry ^ ^ sorry for the nois
missing MULTICAST_IF get/setsockopt option
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT