
I'll fix it soon and send new patchset!
Thanks!
________________________________ От: Tom Rini trini@konsulko.com Отправлено: 29 ноября 2022 г. 16:49:48 Кому: Vyacheslav Mitrofanov V Копия: rfried.dev@gmail.com; joe.hershberger@ni.com; wd@denx.de; u-boot@lists.denx.de; judge.packham@gmail.com; linux@yadro.com; sjg@chromium.org Тема: Re: [PATCH v4 00/17] IPv6 support
On Tue, Nov 29, 2022 at 08:39:36AM +0000, Vyacheslav Mitrofanov V wrote:
Tom, maybe it is better to change configs add ifdefs or do sth else to exclude them from the build if IPV6 is not configured?
There's two parts to this, yes. Sandbox needs to enable ipv6 so that the tests are run, and the tests need to be be appropriately ifdef'd so that they don't try and be run on platforms without ipv6.
-- Tom