:orphan: .. title:: NET_L2_CANBUS_ETH_TRANSLATOR .. option:: CONFIG_NET_L2_CANBUS_ETH_TRANSLATOR *Enable 6LoCAN to Ethernet translator* Type: ``bool`` Help ==== Enable a 6LoCAN Ethernet translator. With this translator it is possible to connect a 6LoCAN network to a Ethernet network directly, via a Switch or through a router. Messages that goes through the translator have a special address and the MAC address is carried inline. The packet is forwarded with uncompressed IPv6 header. Direct dependencies =================== \ :option:`NET_L2_ETHERNET ` && \ :option:`NET_L2_CANBUS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/canbus/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL] .. parsed-literal:: config NET_L2_CANBUS_ETH_TRANSLATOR bool "Enable 6LoCAN to Ethernet translator" depends on \ :option:`NET_L2_ETHERNET ` && \ :option:`NET_L2_CANBUS ` && \ :option:`NETWORKING ` help Enable a 6LoCAN Ethernet translator. With this translator it is possible to connect a 6LoCAN network to a Ethernet network directly, via a Switch or through a router. Messages that goes through the translator have a special address and the MAC address is carried inline. The packet is forwarded with uncompressed IPv6 header. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*