[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171115622885.16003.10350542958984410696.git-patchwork-notify@kernel.org>
Date: Sat, 23 Mar 2024 01:10:28 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ido Schimmel <idosch@...dia.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
pabeni@...hat.com, edumazet@...gle.com, dsahern@...nel.org, gal@...dia.com
Subject: Re: [PATCH net] ipv6: Fix address dump when IPv6 is disabled on an
interface
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 21 Mar 2024 19:30:42 +0200 you wrote:
> Cited commit started returning an error when user space requests to dump
> the interface's IPv6 addresses and IPv6 is disabled on the interface.
> Restore the previous behavior and do not return an error.
>
> Before cited commit:
>
> # ip address show dev dummy1
> 2: dummy1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
> link/ether 1a:52:02:5a:c2:6e brd ff:ff:ff:ff:ff:ff
> inet6 fe80::1852:2ff:fe5a:c26e/64 scope link proto kernel_ll
> valid_lft forever preferred_lft forever
> # ip link set dev dummy1 mtu 1000
> # ip address show dev dummy1
> 2: dummy1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1000 qdisc noqueue state UNKNOWN group default qlen 1000
> link/ether 1a:52:02:5a:c2:6e brd ff:ff:ff:ff:ff:ff
>
> [...]
Here is the summary with links:
- [net] ipv6: Fix address dump when IPv6 is disabled on an interface
https://git.kernel.org/netdev/net/c/c04f7dfe6ec2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists