On Sat, Mar 13, 2021 at 11:31:05PM +0100, Klemens Nanni wrote: > First off: I've never used mpe(4), mpw(4) or mpip(4); this occured to > me while looking at ifconfig.{c,8} in general. > > > 1. bug: ifconfig(8) forgets to document both `-tunneldomain' and > `-mplslabel' in the first place, diff below fixes that. > > > 2. bug: mpe(4) supports SIOCDELLABEL it but the driver manual's list > does not list it as such; instead of adding it, remove the rather > useless list completely (neither of the other two drivers lists ioctls > as most manuals do not). diff below fixes that. >
I think this is bad. Driver specific ioctls should be documented. How else will you know how to configure a device? -- :wq Claudio