From b380fb01771d40b13694ebe279310c571a08fd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20H=C3=BC=C3=9Fler?= Date: Tue, 6 Feb 2024 18:00:18 +0100 Subject: [PATCH] fixup! fixup! ipv6/nib: fix lifetime handling in RIO handling --- sys/include/net/gnrc/ipv6/nib/ft.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/ipv6/nib/ft.h b/sys/include/net/gnrc/ipv6/nib/ft.h index 817c5a394ead0..983b426c6af19 100644 --- a/sys/include/net/gnrc/ipv6/nib/ft.h +++ b/sys/include/net/gnrc/ipv6/nib/ft.h @@ -72,8 +72,8 @@ int gnrc_ipv6_nib_ft_get(const ipv6_addr_t *dst, gnrc_pktsnip_t *pkt, * @param[in] next_hop The next hop to @p dst/@p dst_len. May be NULL, if * @p dst/@p dst_len is no the default route. * @param[in] iface The interface to @p next_hop. May not be 0. - * @param[in] lifetime Lifetime of the route in seconds. 0 for infinite - * lifetime. + * @param[in] lifetime Lifetime of the route in seconds. + * Choose 0 or UINT32_MAX for infinite lifetime. * * @return 0, on success. * @return -EINVAL, if a parameter was of invalid value.