:orphan: .. title:: NET_MAX_ROUTES .. option:: CONFIG_NET_MAX_ROUTES *Max number of routing entries stored.* Type: ``int`` Help ==== .. code-block:: none This determines how many entries can be stored in routing table. Direct dependencies =================== \ :option:`NET_ROUTE ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_IPV6_MAX_NEIGHBORS ` Kconfig definition ================== At ``/net/ip/Kconfig:307`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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_ROUTES int "Max number of routing entries stored." default NET_IPV6_MAX_NEIGHBORS depends on NET_ROUTE && !NET_RAW_MODE && NETWORKING help This determines how many entries can be stored in routing table. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*