Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index

CONFIG_CAN_VXCAN: Virtual CAN Tunnel (vxcan)

General informations

The Linux kernel configuration item CONFIG_CAN_VXCAN:

Help text

Similar to the virtual ethernet driver veth, vxcan implements a local CAN traffic tunnel between two virtual CAN network devices. When creating a vxcan, two vxcan devices are created as pair. When one end receives the packet it appears on its pair and vice versa. The vxcan can be used for cross namespace communication.

In opposite to vcan loopback devices the vxcan only forwards CAN frames to its pair and does *not* provide a local echo of sent CAN frames. To disable a potential echo in af_can.c the vxcan driver announces IFF_ECHO in the interface flags. To have a clean start in each namespace the CAN GW hop counter is set to zero.

This driver can also be built as a module. If so, the module will be called vxcan.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index

Automatically generated (in year 2024). See also LKDDb sources on GitLab