[lxc-devel] Network namespace (setsockopt with SO_NSID for name space)

2011-02-04 Thread Maheswara Reddy C - ERS, HCL Tech
Hi, Could some explain how to create a network namespace in linux kernel, I want to simulate the cisco VRF feature. Thanks Reddy ::DISCLAIMER:: --

Re: [lxc-devel] [ lxc-Bugs-3165633 ] busybox template doesn't start properly

2011-02-04 Thread Rob Landley
On 02/01/2011 03:31 PM, SourceForge.net wrote: > /etc/init.d/rcS do not use full path to syslogd, mount and udhcpc executables. > As busybox requires /proc mounted if > CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" to run these commands without full > path, the full path should be used in the startup

Re: [lxc-devel] Network namespace (setsockopt with SO_NSID for name space)

2011-02-04 Thread Rob Landley
On 02/04/2011 07:24 AM, Maheswara Reddy C - ERS, HCL Tech wrote: > Hi, > > Could some explain how to create a network namespace in linux kernel, I > want to simulate the cisco VRF feature. Pull up the clone(2) man page and look for CLONE_NEWNET. Also, read http://lwn.net/Articles/219794/ Rob -