From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] ip: add vxcan/veth to ip-link man page Date: Sat, 16 Dec 2017 10:08:44 -0800 Message-ID: <20171216100844.4a8ff73f@xeon-e3> References: <20171216113857.2397-1-socketcan@hartkopp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-can@vger.kernel.org, netdev@vger.kernel.org To: Oliver Hartkopp Return-path: In-Reply-To: <20171216113857.2397-1-socketcan@hartkopp.net> Sender: linux-can-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, 16 Dec 2017 12:38:57 +0100 Oliver Hartkopp wrote: > 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 Applied. Thanks for the doing this.