Please MFC base r305860 and base r306371 to STABLE/11 to add support for assigning randomized MAC addresses to interfaces to ifconfig. It would be nice if this could make it into 11.2-RELEASE.
Over to committer of 2 changes in question.
Ping?
(In reply to Tobias Kortkamp from comment #2) Pong! Gonna do this week! Best
A commit references this bug: Author: araujo Date: Thu Mar 29 05:01:50 UTC 2018 New revision: 331729 URL: https://svnweb.freebsd.org/changeset/base/331729 Log: MFC r305860, r306371 r305860: Add an option called "random" that combined with "ether" can generate a random MAC address for an Ethernet interface. PR: 211984 Submitted by: pi@ Reviewed by: gnn, cem, jhb, lidl, rpokala, wblock Approved by: wblock (manpages) r306371: Indicate that this is a locally administered MAC address. Submitted by: lidl Differential Revision: https://reviews.freebsd.org/D7903 PR: 226459 Requested by: tobik Changes: _U stable/11/ stable/11/sbin/ifconfig/af_link.c stable/11/sbin/ifconfig/ifconfig.8
Done! Thank you.