iproute2/ip
Pavel Emelianov 4ed390ce43 Make ip utility veth driver aware
The new command is called "veth" with the following syntax:
* ip veth add <dev1> <dev2>
  creates interconnected pair of veth devices.
* ip veth del <dev>
  destroys the pair of veth devices, where <dev> is either
  <dev1> or <dev2> used to create the pair.

One question that is to be solved is whether or not to create
a hard-coded netlink family for veth driver. Without it the
family resolution code has to be moved to general place in ip
utility (by now it is copy-paste-ed from one file to another
till final decision).

Signed-off-by: Pavel Emelianov <xemul@openvz.org>
2007-08-22 10:29:14 -07:00
..
.gitignore Another .gitignore file. 2006-08-08 12:11:23 -07:00
Makefile Make ip utility veth driver aware 2007-08-22 10:29:14 -07:00
ifcfg Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ip.c Make ip utility veth driver aware 2007-08-22 10:29:14 -07:00
ip6tunnel.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ip_common.h Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipaddress.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
iplink.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipmaddr.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipmonitor.c update rest to use nl_mgrp 2007-03-13 14:39:05 -07:00
ipmroute.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipneigh.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
ipntable.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipprefix.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
iproute.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
iprule.c Use FRA_* attributes for routing rules 2007-08-22 10:26:12 -07:00
iptunnel.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipxfrm.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
routef ip/routef lifesaver 2007-07-10 18:29:20 -07:00
routel (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtm_map.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
rtmon.c iproute2: Support IFF_LOWER_UP and IFF_DORMANT 2007-06-19 16:40:40 -07:00
rtpr (Logical change 1.3) 2004-04-15 20:56:59 +00:00
tunnel.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
tunnel.h Remove trailing whitespace 2006-12-05 10:10:22 -08:00
veth.c Make ip utility veth driver aware 2007-08-22 10:29:14 -07:00
veth.h Make ip utility veth driver aware 2007-08-22 10:29:14 -07:00
xfrm.h see SAD info 2007-06-19 16:16:06 -07:00
xfrm_monitor.c Eliminate trailing whitespace 2006-12-13 17:05:50 -08:00
xfrm_policy.c fix last change 2007-06-19 16:24:08 -07:00
xfrm_state.c fix last change 2007-06-19 16:24:08 -07:00