]> www.infradead.org Git - linux.git/commit
Revert "xfrm: update SA curlft.use_time"
authorAntony Antony <antony.antony@secunet.com>
Wed, 27 Jul 2022 15:38:35 +0000 (17:38 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 3 Aug 2022 05:27:37 +0000 (07:27 +0200)
commit717ada9f10f2de8c4f4d72ad045f3b67a7ced715
tree72b9d5de38a3a625a78576d1bd105bf5e499fc89
parent9c9cb23e00ddf45679b21b4dacc11d1ae7961ebe
Revert "xfrm: update SA curlft.use_time"

This reverts commit af734a26a1a95a9fda51f2abb0c22a7efcafd5ca.

The abvoce commit is a regression according RFC 2367. A better fix would be
use x->lastused. Which will be propsed later.

according to RFC 2367 use_time == sadb_lifetime_usetime.

"sadb_lifetime_usetime
                   For CURRENT, the time, in seconds, when association
                   was first used. For HARD and SOFT, the number of
                   seconds after the first use of the association until
                   it expires."

Fixes: af734a26a1a9 ("xfrm: update SA curlft.use_time")
Signed-off-by: Antony Antony <antony.antony@secunet.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_input.c
net/xfrm/xfrm_output.c