]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: add vxcan/veth to ip-link man page
authorOliver Hartkopp <socketcan@hartkopp.net>
Sat, 16 Dec 2017 11:38:57 +0000 (12:38 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Dec 2017 18:04:33 +0000 (10:04 -0800)
commit1eccc5734148c9e4e1e4db7aaa33bccaa24c2257
treefbae12ca4048b03d3923a1f72455c3f1e9926f2d
parent3d791a326bb6c857c5fd6db2b89695bc37295c43
ip: add vxcan/veth to ip-link man page

veth and vxcan both create a vitual tunnel between a pair of virtual network
devices. This patch adds the content for the now supported vxcan netdevices
and the documentation to create peer devices for vxcan and veth.

Additional remove 'can' that accidently was on the list of link types which
can be created by 'ip link add' as 'can' devices are real network devices.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-link.8.in