Bug 226459

Summary: ifconfig: MFC support for assigning random MAC addresses to interfaces via "ether random"
Product: Base System Reporter: Tobias Kortkamp <tobik>
Component: binAssignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: tobik: mfc-stable11?
Priority: ---    
Version: 11.1-STABLE   
Hardware: Any   
OS: Any   

Description Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-08 19:18:10 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2018-03-09 02:38:33 UTC
Over to committer of 2 changes in question.
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-28 14:24:24 UTC
Ping?
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2018-03-28 14:28:21 UTC
(In reply to Tobias Kortkamp from comment #2)

Pong!
Gonna do this week!

Best
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-03-29 05:02:06 UTC
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
Comment 5 Marcelo Araujo freebsd_committer freebsd_triage 2018-03-29 05:03:11 UTC
Done! Thank you.