Date: Tue, 17 Oct 2017 09:41:54 +0200 From: Baptiste Daroussin <bapt@freebsd.org> To: Andriy Voskoboinyk <avos@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r324656 - head/lib/libifconfig Message-ID: <20171017074154.uddsdinnjp34fit7@ivaldir.net> In-Reply-To: <op.y77wghss4dikkl@localhost> References: <201710160654.v9G6sQmA062311@repo.freebsd.org> <20171016082919.fyp2uiui7hzarrs2@ivaldir.net> <op.y77wghss4dikkl@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--ued5h55jtgazxyip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 16, 2017 at 07:58:55PM +0000, Andriy Voskoboinyk wrote: > > On Mon, Oct 16, 2017 at 06:54:26AM +0000, Andriy Voskoboinyk wrote: > > > Author: avos > > > Date: Mon Oct 16 06:54:26 2017 > > > New Revision: 324656 > > > URL: https://svnweb.freebsd.org/changeset/base/324656 > > >=20 > > > Log: > > > libifconfig: allow to get original interface name via > > > ifconfig_get_orig_name() > > >=20 > > > Uses the same method as in tools/tools/ifinfo/ifinfo.c > > > (via net.link.generic sysctl). > > >=20 > > > Tested with modified wlandebug(8). > > >=20 > > > Differential Revision: https://reviews.freebsd.org/D12554 > > >=20 > > > Modified: > > > head/lib/libifconfig/libifconfig.c > > > head/lib/libifconfig/libifconfig.h > > >=20 > > > Modified: head/lib/libifconfig/libifconfig.c > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > > --- head/lib/libifconfig/libifconfig.c Mon Oct 16 04:46:28 > > > 2017 (r324655) > > > +++ head/lib/libifconfig/libifconfig.c Mon Oct 16 06:54:26 > > > 2017 (r324656) > > > @@ -61,9 +61,43 @@ > > > * $FreeBSD$ > > > */ > > >=20 > > > + /* > > > + * Copyright 1996 Massachusetts Institute of Technology > > > + * > > 1996? > >=20 > > This file was already under a BSD license, why adding an extra MIT > > license to > > it? It would be better to keep it under BSD license imho >=20 > This one came unchanged from tools/tools/ifinfo/ifinfo.c (with > modified code from it); I'm not sure if it can be just omitted. Ah ok, it wan't clear for me :) Make sense in this case imho, sorry for the noise Bapt --ued5h55jtgazxyip Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAlnltD8ACgkQY4mL3PG3 PlokSA/8C/Xm6PTRSf/lQUBCKWHNBBBsILKmyEHUfXKY/ZxSyFBo+R3CWFcOZORJ BQOu7YR9eYfAtVqolcUkIfaklwFPc3LXpaSD6VTtYouiEFHMQQEjhqtfYJH21Lpj 4Qt2KUZLvSLPrGXuDMmXYj39KwSA/e95xt8834LEQa+BaCTp9p/o033PaObw6Ab0 YUJmQhLUB8p0f86iz+3qKpXcyFSknKcqt3tQAwid/b88m9p0CMwZJSnHemw8ruvG XdVZEVddIxmxlDhPgBJ+pngSJg7AI22QzdEIr5H0p90FtQPVHjA9ievHi8ZAF0DC 4QqHYhbufGpjjq/lu31Sl4crr49d2MvRD6HKwQkB64j7ctIvAx3i92GLPkC3SYOW XPziR87sPk8BGqEgc7AJgo60wI7LenkaBAcO/0vPut6gctsISMvat7ma4nuEMx6g 7Pk593KS67lnCJk0efIHIeKet/AKqHSMPfnWF/twhnSMods29Hx0lMp1O96mBuH7 nd9wZPqFzDyNL/4LOv4XjKwEJUfMBPwH2a7O4lZFDPogRWR0vZ3Zq8jQPu80elIl IkLFrUVRMQ0wjn5eESme9CWc6gCoWqOMUGLfDHM9TlB6apNvdeJ6Xb7Ju9ZbsKGf bz+lVm8aD2X3dR/yqWtx7wP+D1BVCPAZk/qNjSa6VxoEGVHPj+w= =xivt -----END PGP SIGNATURE----- --ued5h55jtgazxyip--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171017074154.uddsdinnjp34fit7>