On Sat, 6 Feb 2021 11:43:31 +0000 Walter Harms <[email protected]> wrote:
> aeh, yes ... > > important question: did someone fix (and tested) this issue ? > On 1 February 2021 11:33:25 CET, Walter Harms <[email protected]> wrote: > >hello, > >indeed that looks wrong: > >it would be easy to invert but i have no setup to test. > >can you do that ? > > > >just change: > > if [ -z "$(ip -6 route list | grep default)" ]; then > >into > >if ! [ -z "$(ip -6 route list | grep default)" ]; then > > > >(note the ! here) > > Translates to -n Well, first i cannot find that script in the busybox tree. Second, i suppose this should read ip -6 route list default Third it seems to come from buildroot and current buildroot has it fixed already, so maybe just update. thanks, _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
