router: rename minvalid to lowest_found_lifetime
authorPaul Donald <newtwen@gmail.com>
Tue, 9 Apr 2024 03:04:08 +0000 (05:04 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 7 May 2024 22:07:11 +0000 (00:07 +0200)
commit2edc60cb7c7a7955c0d1d7a09eebcdbdd43e2a88
tree1bc1a929c174985699e11aa88fc73c877f8134ae
parent4590efd3a2b3ae840a22bd7e272033989a50e07f
router: rename minvalid to lowest_found_lifetime

The variable is used across all prefix lifetimes, serving as a low-tide
mark. It stores the lowest lifetime among all prefixes.

Signed-off-by: Paul Donald <newtwen@gmail.com>
[ fix comment format ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
src/router.c