nuttx/net/icmpv6
Petteri Aimonen bedcc5fc04 Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME
Allows setting the advertised route lifetime, and also to set
it to 0 for advertising only the prefix.

From RFC4861:

   A router might want to send Router Advertisements without advertising
   itself as a default router.  For instance, a router might advertise
   prefixes for stateless address autoconfiguration while not wishing to
   forward packets.  Such a router sets the Router Lifetime field in
   outgoing advertisements to zero.
2023-09-27 00:51:20 +08:00
..
CMakeLists.txt cmake:complete missing changes during reforming for net 2023-09-13 21:51:20 +08:00
icmpv6_advertise.c
icmpv6_autoconfig.c
icmpv6_conn.c
icmpv6_input.c
icmpv6_ioctl.c
icmpv6_linkipaddr.c
icmpv6_neighbor.c
icmpv6_netpoll.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_notify.c
icmpv6_pmtu.c
icmpv6_poll.c
icmpv6_radvertise.c Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME 2023-09-27 00:51:20 +08:00
icmpv6_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_reply.c
icmpv6_rnotify.c
icmpv6_rsolicit.c
icmpv6_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_sockif.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
icmpv6_solicit.c
icmpv6.h
Kconfig Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME 2023-09-27 00:51:20 +08:00
Make.defs