Configuration macros for neighbor information base.
More...
Configuration macros for neighbor information base.
|
file | conf.h |
| Configuration macro definitions for neighbor information base.
|
|
◆ CONFIG_GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF
#define CONFIG_GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF (1) |
Number of default routers in the default router list.
- Attention
- This number has direct influence on the maximum number of default routers
Definition at line 251 of file conf.h.
◆ CONFIG_GNRC_IPV6_NIB_DNS
#define CONFIG_GNRC_IPV6_NIB_DNS 0 |
Support for DNS configuration options.
- See also
- RFC 8106
Definition at line 193 of file conf.h.
◆ CONFIG_GNRC_IPV6_NIB_MULTIHOP_DAD
#define CONFIG_GNRC_IPV6_NIB_MULTIHOP_DAD 0 |
◆ CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C
#define CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C 0 |
◆ CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL
#define CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL 0 |
Disable router solicitations.
- Warning
- Only do this if you know what you're doing
Definition at line 234 of file conf.h.
◆ CONFIG_GNRC_IPV6_NIB_NUMOF
#define CONFIG_GNRC_IPV6_NIB_NUMOF (4) |
Number of entries in NIB.
- Attention
- This number has direct influence on the maximum number of neighbors and duplicate address detection table entries
Definition at line 261 of file conf.h.
◆ CONFIG_GNRC_IPV6_NIB_OFFL_NUMOF
#define CONFIG_GNRC_IPV6_NIB_OFFL_NUMOF (8) |
Number of off-link entries in NIB.
- Attention
- This number is equal to the maximum number of forwarding table and prefix list entries in NIB
Definition at line 271 of file conf.h.
◆ CONFIG_GNRC_IPV6_NIB_REACH_TIME_RESET
#define CONFIG_GNRC_IPV6_NIB_REACH_TIME_RESET (7200000U) |
◆ CONFIG_GNRC_IPV6_NIB_SLAAC
#define CONFIG_GNRC_IPV6_NIB_SLAAC 1 |
handle NDP messages according for stateless address auto-configuration (if activated on interface)
- See also
- RFC 4862
Definition at line 166 of file conf.h.