Bug 210148 - [exp-run] impact of D5491 (Delete SIOCSIFALIFETIME_IN6)on ports
Summary: [exp-run] impact of D5491 (Delete SIOCSIFALIFETIME_IN6)on ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pedro F. Giffuni
URL: https://reviews.freebsd.org/D5491
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 19:15 UTC by Pedro F. Giffuni
Modified: 2016-06-13 22:33 UTC (History)
1 user (show)

See Also:


Attachments
Patch from Differential Revision D5491 (2.09 KB, patch)
2016-06-08 19:15 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!