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