veth: Showing peer of veth type dev in ip link (kernel side)
authorMasatake YAMATO <yamato@redhat.com>
Fri, 4 Oct 2013 02:34:21 +0000 (11:34 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Oct 2013 19:23:25 +0000 (15:23 -0400)
ip link has ability to show extra information of net work device if
kernel provides sunh information. With this patch veth driver can
provide its peer ifindex information to ip command via netlink
interface.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c

Simple merge