Re: [PATCH v2] ipv6: report errors for iftoken via netlink extack

2021-04-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 7 Apr 2021 08:59:12 -0700 you wrote: > From: Stephen Hemminger > > Setting iftoken can fail for several different reasons but there > and there was no report to user as to the cause. Add netlink > extended errors to t

Re: [PATCH v2] ipv6: report errors for iftoken via netlink extack

2021-04-08 Thread David Ahern
On 4/7/21 9:59 AM, Stephen Hemminger wrote: > From: Stephen Hemminger > > Setting iftoken can fail for several different reasons but there > and there was no report to user as to the cause. Add netlink > extended errors to the processing of the request. > > This requires adding additional argume

[PATCH v2] ipv6: report errors for iftoken via netlink extack

2021-04-07 Thread Stephen Hemminger
From: Stephen Hemminger Setting iftoken can fail for several different reasons but there and there was no report to user as to the cause. Add netlink extended errors to the processing of the request. This requires adding additional argument through rtnl_af_ops set_link_af callback. Reported-by: