[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADXeF1Ef6h8bdHDiqAUhyZ8jg+fpgx69YBTiV6k27JYLhP4R4Q@mail.gmail.com>
Date: Thu, 21 Nov 2024 18:16:10 +0900
From: Yuyang Huang <yuyanghuang@...gle.com>
To: Paolo Abeni <pabeni@...hat.com>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Simon Horman <horms@...nel.org>, David Ahern <dsahern@...nel.org>,
roopa@...ulusnetworks.com, jiri@...nulli.us, stephen@...workplumber.org,
jimictw@...gle.com, prohr@...gle.com, liuhangbin@...il.com,
nicolas.dichtel@...nd.com, andrew@...n.ch, netdev@...r.kernel.org,
Maciej Żenczykowski <maze@...gle.com>,
Lorenzo Colitti <lorenzo@...gle.com>, Patrick Ruddy <pruddy@...tta.att-mail.com>
Subject: Re: [PATCH net-next, v3] netlink: add IGMP/MLD join/leave notifications
>The variable 'scope' is not used below.
Thanks! I will fix it in the next version.
Thanks,
Yuyang
On Thu, Nov 21, 2024 at 6:15 PM Paolo Abeni <pabeni@...hat.com> wrote:
>
> On 11/21/24 06:47, Yuyang Huang wrote:
> > @@ -901,6 +904,58 @@ static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev,
> > return mc;
> > }
> >
> > +static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct net_device *dev,
> > + const struct in6_addr *addr, int event)
> > +{
> > + struct ifaddrmsg *ifm;
> > + struct nlmsghdr *nlh;
> > + u8 scope;
>
> The variable 'scope' is not used below.
>
> Cheers,
>
> Paolo
>
Powered by blists - more mailing lists