git: ifconfig(8): Adjust for cec7392796354.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 8 12:13:53 PDT 2016


commit 65c2d39e7f3cc99c02d0d9940d42c7289545880d
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 8 08:54:26 2016 +0200

    ifconfig(8): Adjust for cec7392796354.
    
    Commit cec7392796354c53ac6469588a64f6536ed22659 changed ia6t_vltime
    and ia6t_pltime to use time_uptime instead of time_second in
    sys/netinet6/in6.c.
    
    This change had not been reflected in the userland 'ifconfig'
    command which still tried to interpret inet6 vltime and pltime
    values as wall clock seconds.
    
    The commit fixes the issue. It was adapted from FreeBSD r268049.
    
    Submitted-by:  Yann Grossel
    Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2889>

Summary of changes:
 sbin/ifconfig/af_inet6.c | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65c2d39e7f3cc99c02d0d9940d42c7289545880d


-- 
DragonFly BSD source repository



More information about the Commits mailing list