On Fri, 3 Jul 2026 at 12:35, Michal Prívozník <mprivozn@redhat.com> wrote:
>
> There's a macro that combines STRPREFIX() + this offsetting of a string:
> STRSKIP().
>
> > +
> > + if (thisidx >= idx)
> > + idx = thisidx + 1;
> > + }
> > +
> > + net->info.alias = g_strdup_printf("net%d", idx);
> > +}
>
>
> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
>
> and merged.
>
> Michal
>
Thanks for the merge and for the code hint !
-------------
< Radek >