]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: link add vxcan support
authorOliver Hartkopp <socketcan@hartkopp.net>
Fri, 2 Jun 2017 17:04:47 +0000 (19:04 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Jun 2017 19:27:32 +0000 (12:27 -0700)
commitefe459c76d35fdfdbcf9265e2812164f7a60abbe
tree6a36d608a381fa0f421047277e62889e36b89d2e
parent1dddb60503fd79fc65f2692287965801677dcf20
ip: link add vxcan support

Since commit a8f820a380a2a06 ('can: add Virtual CAN Tunnel driver (vxcan)')
for Linux 4.12 a virtual CAN tunnel driver analogue to veth is available in
Linux.

This patch adds the ability to create vxcan device pairs.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
include/linux/can/vxcan.h [new file with mode: 0644]
ip/Makefile
ip/iplink_vxcan.c [new file with mode: 0644]