:orphan: .. title:: NET_MAX_ROUTES .. option:: CONFIG_NET_MAX_ROUTES *Max number of routing entries stored.* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:281`` 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_ROUTES int "Max number of routing entries stored." default \ :option:`NET_IPV6_MAX_NEIGHBORS ` depends on \ :option:`NET_ROUTE ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help This determines how many entries can be stored in routing table. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*