diff options
author | 2016-06-03 02:56:59 +0000 | |
---|---|---|
committer | 2016-06-03 02:56:59 +0000 | |
commit | bc0ee9211197048442b4442ce8998bcebf1928e8 (patch) | |
tree | 7350778044dcb4f27719ce144e54e945712bc7aa /usr.bin/ssh/readconf.c | |
parent | update default value for reboot (diff) | |
download | wireguard-openbsd-bc0ee9211197048442b4442ce8998bcebf1928e8.tar.xz wireguard-openbsd-bc0ee9211197048442b4442ce8998bcebf1928e8.zip |
set rt_expire times against time_uptime, not time_second.
time_second is unix time so it can be affected by clock changes.
time_uptime is monotonic so it isnt affected by clock changes. that
in turn means route expiries wont jump with clock changes if set
against time_uptime.
the expiry is translated into unix time for export to userland though.
ok mpi@
Diffstat (limited to 'usr.bin/ssh/readconf.c')
0 files changed, 0 insertions, 0 deletions