Bug 210148

Summary: [exp-run] impact of D5491 (Delete SIOCSIFALIFETIME_IN6)on ports
Product: Ports & Packages Reporter: Pedro F. Giffuni <pfg>
Component: Ports FrameworkAssignee: Pedro F. Giffuni <pfg>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D5491
Attachments:
Description Flags
Patch from Differential Revision D5491 none

Description Pedro F. Giffuni freebsd_committer freebsd_triage 2016-06-08 19:15:44 UTC
Created attachment 171215 [details]
Patch from Differential Revision D5491

We want to delete SIOCSIFALIFETIME_IN6 as the API seems ill conceived and can't be fixed to work correctly.

An exp-run would be useful. Thanks in advance!
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2016-06-10 17:13:05 UTC
Exp-run looks fine, 0 new failure on headamd64
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-13 22:31:32 UTC
A commit references this bug:

Author: pfg
Date: Mon Jun 13 22:31:16 UTC 2016
New revision: 301875
URL: https://svnweb.freebsd.org/changeset/base/301875

Log:
  Remove the SIOCSIFALIFETIME_IN6 ioctl.

  The SIOCSIFALIFETIME_IN6 provided by the kame project is unused,
  it can't really be used safely and has been completely removed from
  NetBSD and OpenBSD.

  Obtained from:	NetBSD (kern/35897)
  PR:		210148 (exp-run)
  Reviewed by:	ae, hrs
  Relnotes:	yes
  Approved by:	re (glebius)
  Differential Revision:	https://reviews.freebsd.org/D5491

Changes:
  head/sys/netinet6/in6.c
  head/sys/netinet6/in6_var.h
Comment 3 Pedro F. Giffuni freebsd_committer freebsd_triage 2016-06-13 22:33:58 UTC
Done, huge thanks!