mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
ifconfig: bring back -L for netlink
This commit is contained in:
parent
dd1e6abe73
commit
dfaffde6f9
1 changed files with 2 additions and 2 deletions
|
|
@ -375,8 +375,8 @@ show_lifetime(struct ifa_cacheinfo *ci)
|
|||
vl = (ci->ifa_valid == ND6_INFINITE_LIFETIME) ? 0 : ci->ifa_valid;
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
|
||||
print_lifetime("pltime", pl + now.tv_sec, &now);
|
||||
print_lifetime("vltime", vl + now.tv_sec, &now);
|
||||
print_lifetime("pltime", pl + (ip6lifetime ? ci->tstamp / 1000 : now.tv_sec), &now);
|
||||
print_lifetime("vltime", vl + (ip6lifetime ? ci->tstamp / 1000 : now.tv_sec), &now);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue