:orphan: .. title:: NET_MAX_MCAST_ROUTES .. option:: CONFIG_NET_MAX_MCAST_ROUTES *Max number of multicast routing entries stored.* Type: ``int`` Help ==== This determines how many entries can be stored in multicast routing table. Direct dependencies =================== \ :option:`NET_ROUTE_MCAST ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:301`` 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 → Enable Multicast Routing / Forwarding .. parsed-literal:: config NET_MAX_MCAST_ROUTES int "Max number of multicast routing entries stored." default 1 depends on \ :option:`NET_ROUTE_MCAST ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help This determines how many entries can be stored in multicast routing table. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*