diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2023-07-26 04:39:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-07-28 12:01:56 +0200 |
commit | 7f6c40391a048c5d0f593f285bee45f7f98a3ca4 (patch) | |
tree | 80db52e4757610248efddbec33a1e5c8a0e43b19 /include/net/ip6_route.h | |
parent | Merge branch 'selftest-ptp' (diff) | |
download | linux-7f6c40391a048c5d0f593f285bee45f7f98a3ca4.tar.xz linux-7f6c40391a048c5d0f593f285bee45f7f98a3ca4.zip |
IPv6: add extack info for IPv6 address add/delete
Add extack info for IPv6 address add/delete, which would be useful for
users to understand the problem without having to read kernel code.
Suggested-by: Beniamino Galvani <bgalvani@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 3556595ce59a..b32539bb0fb0 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -156,7 +156,7 @@ void fib6_force_start_gc(struct net *net); struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev, const struct in6_addr *addr, bool anycast, - gfp_t gfp_flags); + gfp_t gfp_flags, struct netlink_ext_ack *extack); struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, int flags); |