[LTP] [PATCH v6] mpls01: Add --allow-unsupported for modprobe(fixing all mpls cases)
Petr Vorel
pvorel@suse.cz
Thu Sep 5 14:02:18 CEST 2024
Hi Cyril,
> Hi!
> > > +mpls_setup_driver()
> > > +{
> > > + local args
> > > +
> > > + grep -q 'sl-micro' /etc/os-release && args='--allow-unsupported'
> > I'm going to merge in few hours with following change
> > - grep -q 'sl-micro' /etc/os-release && args='--allow-unsupported'
> > + grep -q -w ID_LIKE.*suse /etc/os-release && args='--allow-unsupported'
> > (to implement Cyril's wish to apply the change also for SLES and openSUSE. I'm
> > sorry although I suggested that in v4, then in the full example I in the end
> > used 'sl-micro'.
> Works for me. Acked-by: Cyril Hrubis <chrubis@suse.cz>
Thanks for your ack, merged.
Kind regards,
Petr
More information about the ltp
mailing list