Skip to content

Commit

Permalink
fixup! fixup! ipv6/nib: fix lifetime handling in RIO handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Feb 6, 2024
1 parent c4de18a commit b380fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/gnrc/ipv6/nib/ft.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b380fb0

Please sign in to comment.