[LTP] [PATCH v6] mpls01: Add --allow-unsupported for modprobe(fixing all mpls cases)
Cyril Hrubis
chrubis@suse.cz
Thu Sep 5 10:47:22 CEST 2024
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>
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list