:orphan: .. title:: CONFIG_NET_L2_CANBUS_ETH_TRANSLATOR .. kconfig:: CONFIG_NET_L2_CANBUS_ETH_TRANSLATOR CONFIG_NET_L2_CANBUS_ETH_TRANSLATOR ################################### *Enable 6LoCAN to Ethernet translator* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NET_L2_CANBUS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/l2/canbus/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:79`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL] .. code-block:: kconfig config NET_L2_CANBUS_ETH_TRANSLATOR bool "Enable 6LoCAN to Ethernet translator" depends on NET_L2_ETHERNET && NET_L2_CANBUS && 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.)*