Summary: | [exp-run] impact of D5491 (Delete SIOCSIFALIFETIME_IN6)on ports | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pedro F. Giffuni <pfg> | ||||
Component: | Ports Framework | Assignee: | 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: |
|
Exp-run looks fine, 0 new failure on headamd64 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 Done, huge thanks! |
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!