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
NET_L2_ETHERNET
&& NET_L2_CANBUS
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/net/l2/canbus/Kconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:97
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL]
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.)