Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-10-07 Thread Benjamin Thery
://www.bull.com From: Benjamin Thery [EMAIL PROTECTED] Subject: netns: fix restoration of original /proc values (ip_forward...) This small patches make the restoration of /proc/sys/net/ipv4/ip_forward /proc/sys/net/ipv4/conf/$netdev/proxy_arp works as expected in netns/initialize.sh. Also removed some

Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-09-17 Thread Benjamin Thery
: //if (!kernel_version_newenough()) Otherwise, these changes looks good. Acked-by: Benjamin Thery [EMAIL PROTECTED] Benjamin

Re: [LTP] [patch 3/9] Network NS - crtnetns.patch

2008-09-17 Thread Benjamin Thery
Signed off by Veerendra C [EMAIL PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] Removed the redundant line for passing the status value . As the status variable value would be preserved in the scripts. --- containers.old/netns/child.sh

Re: [LTP] [patch 4/9] Network NS - ftp.patch

2008-09-17 Thread Benjamin Thery
- Establishes the connection between parent NS and child NS. Signed off by Veerendra C [EMAIL PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] Included the header file. --- containers.old/netns/par_chld_ftp.c 2008-09-08 17:18

Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-09-17 Thread Benjamin Thery
Veerendra wrote: This patch has 4 files.. check_netns_enabled.c - checks for the network ns is enabled initialize.sh - Initializes the common functions and variables Makefile - Makefile runnetnstest.sh - Creates a batch file to run the tests. It is me or the patch only contains 2 files:

Re: [LTP] [patch 5/9] Network NS - ipv6.patch

2008-09-17 Thread Benjamin Thery
to child NS Signed off by Veerendra C [EMAIL PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] Modified to exit with the proper Status value. --- containers.old/netns/childipv6.sh 2008-09-08 17:18:28.0 +0530 +++ containers

Re: [LTP] [patch 7/9] Network NS - renameveth.patch

2008-09-17 Thread Benjamin Thery
PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] --- containers.old/netns/crtchild_delchild.c 2008-09-08 17:18:28.0 +0530 +++ containers/netns/crtchild_delchild.c 2008-09-10 01:06:42.0 +0530 @@ -29,7 +29,7

Re: [LTP] [patch 8/9] Network NS - sysfsview.patch

2008-09-17 Thread Benjamin Thery
. sysfsview.c - Basic program to create namespaces for sysfs checking Signed off by Veerendra C [EMAIL PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] Renamed the file to child_propagate.sh to address the spelling change

Re: [LTP] [patch 9/9] Network NS - twonetns.patch

2008-09-17 Thread Benjamin Thery
two_children_ns.c - Basic file to create the 2 children NS Signed off by Veerendra C [EMAIL PROTECTED] ACKed by Serge Hallyn [EMAIL PROTECTED] Acked-by: Benjamin Thery [EMAIL PROTECTED] --- containers.old/netns/child_1.sh 2008-09-08 17:18:28.0 +0530 +++ containers/netns