[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171685443023.27081.9157334317658337325.git-patchwork-notify@kernel.org>
Date: Tue, 28 May 2024 00:00:30 +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, petrm@...dia.com,
cjubran@...dia.com, ysafadi@...dia.com
Subject: Re: [PATCH net] ipv4: Fix address dump when IPv4 is disabled on an
interface
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 23 May 2024 14:02:57 +0300 you wrote:
> Cited commit started returning an error when user space requests to dump
> the interface's IPv4 addresses and IPv4 is disabled on the interface.
> Restore the previous behavior and do not return an error.
>
> Before cited commit:
>
> # ip address show dev dummy1
> 10: dummy1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
> link/ether e2:40:68:98:d0:18 brd ff:ff:ff:ff:ff:ff
> inet6 fe80::e040:68ff:fe98:d018/64 scope link proto kernel_ll
> valid_lft forever preferred_lft forever
> # ip link set dev dummy1 mtu 67
> # ip address show dev dummy1
> 10: dummy1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 67 qdisc noqueue state UNKNOWN group default qlen 1000
> link/ether e2:40:68:98:d0:18 brd ff:ff:ff:ff:ff:ff
>
> [...]
Here is the summary with links:
- [net] ipv4: Fix address dump when IPv4 is disabled on an interface
https://git.kernel.org/netdev/net/c/7b05ab85e28f
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