Hi All,
Does this way both pid1 and pid2 run in the same network namespace? Or please
suggest any other way
main()
{
int flags= CLONE_NEWNS| CLONE_NEWNET;
pid1 = clone(do_multiply, stack, flags ,&clone_arg)
}
do_ multiply ()
{
int flags=0; // mean run in the same namespace
Le 21/02/2011 11:20, Daniel Lezcano a écrit :
> On 02/21/2011 11:08 AM, Daniel Lezcano wrote:
>> On 02/17/2011 02:49 AM, Rob Landley wrote:
>>> I want to collate the kernel namespaces documentation, man pages, and
>>> add some cgroup docs under a documentation page. This involves changing
>>> the
On 02/21/2011 11:08 AM, Daniel Lezcano wrote:
> On 02/17/2011 02:49 AM, Rob Landley wrote:
>> I want to collate the kernel namespaces documentation, man pages, and
>> add some cgroup docs under a documentation page. This involves changing
>> the "Pages" link on the left (to which somebody added a
On 02/17/2011 02:49 AM, Rob Landley wrote:
> I want to collate the kernel namespaces documentation, man pages, and
> add some cgroup docs under a documentation page. This involves changing
> the "Pages" link on the left (to which somebody added a link to html man
> pages dated last year that I did