]> git.proxmox.com Git - mirror_iproute2.git/commit
Module for ip utility to support veth device (v.2.1)
authorPavel Emelianov <xemul@openvz.org>
Wed, 11 Jul 2007 09:33:55 +0000 (13:33 +0400)
committerStephen Hemminger <shemminger@oldman.(none)>
Wed, 5 Sep 2007 11:04:16 +0000 (12:04 +0100)
commit2da55b1bbed22e1058627f6b262158349b2b142e
treece1c6b4f4b962be3b817223c3bcd1698d1390d83
parent5c302d518f10e67ddab9e44207a0c878214ed389
Module for ip utility to support veth device (v.2.1)

The usage is
# ip link add [name] type veth [peer <name>] [mac <mac>] [peer_mac <mac>]

This version doesn't include the fix for ip/iplink.c as Patrick
said that he had included it into his patches already.

Signed-off-by: Pavel Emelianov <xemul@openvz.org>
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
ip/Makefile
ip/link_veth.c [new file with mode: 0644]
ip/veth.h [new file with mode: 0644]