On Tue, 18 Dec 2007 15:15:38 +0300
Vitaliy Gusev <[EMAIL PROTECTED]> wrote:
>
> module link_veth
>
> Signed-off-by: Vitaliy Gusev <[EMAIL PROTECTED]>
>
> ---
>
Applied both patches, and moved veth.h from ip/veth.h to include/net/veth.h
so that the header file will be correctly updated if ABI
module link_veth
Signed-off-by: Vitaliy Gusev <[EMAIL PROTECTED]>
---
link_veth.c | 76 +++-
veth.h |2 -
2 files changed, 25 insertions(+), 53 deletions(-)
diff --git a/ip/link_veth.c b/ip/link_veth.c
index a4764f2..226b4ef 1
The link_veth.so itself.
Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]>
Acked-by: Patrick McHardy <[EMAIL PROTECTED]>
---
Makefile|6 -
link_veth.c | 63
veth.h | 12 +++
3 files changed, 80 insertions(+)
The link_veth.so itself.
The usage is
ip link add type veth [peer ...]
where ... are the same options as in regular ip link add usage.
Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]>
---
Makefile|6 +-
link_veth.c | 60