Hi,
Could some explain how to create a network namespace in linux kernel, I want to
simulate the cisco VRF feature.
Thanks
Reddy
::DISCLAIMER::
--
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
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
-