Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 08:12:23 +0000
From:      Brooks Davis <brooks@freebsd.org>
To:        "Pokala, Ravi" <rpokala@panasas.com>
Cc:        "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: Common storage of original MAC address
Message-ID:  <20140818081223.GA6099@spindle.one-eyed-alien.net>
In-Reply-To: <D0168955.11C3AD%rpokala@panasas.com>
References:  <D0168955.11C3AD%rpokala@panasas.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Aug 17, 2014 at 11:31:19PM +0000, Pokala, Ravi wrote:
> Hi folks,
>=20
> At attach-time, the NIC drivers call ether_ifattach(), which stores the
> MAC address in the sockaddr_dl. If the MAC is subsequently changed (like
> by adding the interface to a lagg), if_setlladdr() changes the value in
> the sockaddr_dl. At least, that's the way I'm reading things - is that
> correct?
>=20
> If so, then we do not keep a copy of the original MAC address. For a
> couple of reasons (diagnostics, asset tracking and reporting), it would be
> very nice if the original MAC were kept somewhere, even after the working
> MAC was changed by if_setlladdr().
>=20
> Up till now, Panasas has been saving the original MAC in the softc of
> specific network drivers that we use, and making it accessible via a
> sysctl. That's something we have to do on a per-driver basis, and
> something we have to keep track of on our own. We'd like to put that
> information in a structure all the NIC drivers already use, and get that
> code upstream. Storing it would require a simple change to
> ether_ifattach() to stash it in the new location in addition to in the
> sockaddr_dl, and adding some standard way (a new ioctl or sysctl?) to
> access it. Notably, it would not require changing all the individual
> drivers.=20
>=20
> Are there any objections to this idea? Any suggestions as to where we
> might stash the original MAC?

I think I'd store the original address in struct arpcom at attach time
and publish it in the dev.<driver>.<unit> sysctl namespace.

-- Brooks

--W/nzBZO5zC0uMSeA
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlPxtWYACgkQXY6L6fI4GtQTtACfdpNlVcX4CV6JhSUbDh8cUnLy
iFoAoN5Kw0y7GF47JMWLjc8352ZNtj0S
=qp//
-----END PGP SIGNATURE-----

--W/nzBZO5zC0uMSeA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140818081223.GA6099>