:orphan: .. title:: CONFIG_NET_MAX_ROUTES .. kconfig:: CONFIG_NET_MAX_ROUTES 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 =================== \ :kconfig:`NET_ROUTE ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_IPV6_MAX_NEIGHBORS ` Kconfig definition ================== At ``/net/ip/Kconfig:307`` 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_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.)*