On Wed, Mar 17, 2021 at 07:09:23PM +0100, Klemens Nanni wrote: > With that the ifconfig(8) bits (which are still pending in the other > tech@ thread) actually hold up. > > Code is there, noone seemed to have used it so far, though. > > OK?
OK claudio@ > Index: if_mpw.c > =================================================================== > RCS file: /cvs/src/sys/net/if_mpw.c,v > retrieving revision 1.60 > diff -u -p -r1.60 if_mpw.c > --- if_mpw.c 17 Mar 2021 14:30:08 -0000 1.60 > +++ if_mpw.c 17 Mar 2021 17:33:06 -0000 > @@ -442,6 +446,9 @@ mpw_ioctl(struct ifnet *ifp, u_long cmd, > if (error != 0) > break; > error = mpw_set_label(sc, &shim); > + break; > + case SIOCDELLABEL: > + error = mpw_del_label(sc); > break; > > case SIOCSETMPWCFG: > -- :wq Claudio
