On Mon, Aug 17, 2020 at 2:39 PM David Miller <da...@davemloft.net> wrote: > > From: Cong Wang <xiyou.wangc...@gmail.com> > Date: Mon, 17 Aug 2020 13:59:46 -0700 > > > Is this a new Kconfig feature? ipv6_stub was introduced for > > VXLAN, at that time I don't remember we have such kind of > > Kconfig rules, otherwise it would not be needed. > > The ipv6_stub exists in order to allow the troublesome > "ipv6=m && feature_using_ipv6=y" combination.
Hmm, so "IPV6=m && TIPC=y" is not a concern here as you pick this patch over adding a ipv6_stub? Thanks.