Summary: | [patch] ifconfig(8): ifconfig -L shows pltime and vltime as zero since 10.0-RELEASE | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | guyyur | ||||
Component: | bin | Assignee: | Hajimu UMEMOTO <ume> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ume | ||||
Priority: | Normal | ||||||
Version: | 10.0-RELEASE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
guyyur
2014-04-12 16:50:00 UTC
A commit references this bug: Author: ume Date: Mon Jun 30 16:39:37 UTC 2014 New revision: 268049 URL: http://svnweb.freebsd.org/changeset/base/268049 Log: Fix ifconfig to show pltime and vltime with -L option, again after usage change from time_second to time_uptime. PR: 188520 Submitted by: Guy Yur <guyyur__at__gmail.com> MFC after: 1 week Changes: head/sbin/ifconfig/af_inet6.c Thank you for the patch. I've committed it. A commit references this bug: Author: ume Date: Mon Jul 7 15:31:47 UTC 2014 New revision: 268367 URL: http://svnweb.freebsd.org/changeset/base/268367 Log: MFC r268049: Fix ifconfig to show pltime and vltime with -L option, again after usage change from time_second to time_uptime. PR: 188520 Submitted by: Guy Yur <guyyur__at__gmail.com> Changes: _U stable/10/ stable/10/sbin/ifconfig/af_inet6.c MFC'ed into stable/10. Thank you! |