chiark / gitweb /
networkd: introduce vxcan netdev. (#7150)
authorSusant Sahani <145210+ssahani@users.noreply.github.com>
Wed, 22 Nov 2017 07:23:22 +0000 (12:53 +0530)
committerSven Eden <yamakuzure@gmx.net>
Wed, 22 Nov 2017 07:23:22 +0000 (12:53 +0530)
commit1bc5ad9dd29aeb665a9e35de0f5a0fa9eddbbfa9
tree445430e879332787b5be865936e0abf6bcff9e11
parent4338cacfc7ba4ac9f16393394c74d53adb0436d0
networkd: introduce vxcan netdev. (#7150)

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.
src/basic/missing.h
src/network/netdev/vxcan.c [new file with mode: 0644]