:orphan: .. title:: NET_MAX_NEXTHOPS .. option:: CONFIG_NET_MAX_NEXTHOPS *Max number of next hop entries stored.* Type: ``int`` Help ==== This determines how many entries can be stored in nexthop table. Direct dependencies =================== \ :option:`NET_ROUTE ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_MAX_ROUTES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:288`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_MAX_NEXTHOPS int "Max number of next hop entries stored." default \ :option:`NET_MAX_ROUTES ` depends on \ :option:`NET_ROUTE ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help This determines how many entries can be stored in nexthop table. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*