On 02/09/2011 02:19 AM, Daniel Lezcano wrote:
> On 02/09/2011 04:34 AM, Rob Landley wrote:
>> On 02/07/2011 09:28 AM, Daniel Lezcano wrote:
>>> On 02/07/2011 04:19 PM, Rob Landley wrote:
Does the makefile's man page generation stuff do html files?
Because if
so I'd like put them on
On 02/09/2011 02:11 PM, Maheswara Reddy C - ERS, HCL Tech wrote:
> Hi,
>
> I have created a namespace (below sample program) and how can I create a
> network name space.
>
> #include
> #include
> #include
> #include
> #include
> #include
>
> struct clone_arg {
> int (*fn)(void *);
> void
Hi,
I have created a namespace (below sample program) and how can I create a
network name space.
#include
#include
#include
#include
#include
#include
struct clone_arg {
int (*fn)(void *);
void *arg;
};
static int do_start(void *data)
{
printf("do_start");
}
static int do_clone(
On 02/09/2011 01:07 PM, Maheswara Reddy C - ERS, HCL Tech wrote:
> Hi,
>
> How can we create a socket in the specific namespace.
It is not obvious today. You will need to create several processes, each
of them with their own network namespace and via an af_unix socket ask
for a socket creation.
Hi,
How can we create a socket in the specific namespace.
Thanks
Mahesh
::DISCLAIMER::
---
The contents of this e-mail and any attachment(s) are c
On 02/09/2011 04:34 AM, Rob Landley wrote:
> On 02/07/2011 09:28 AM, Daniel Lezcano wrote:
>> On 02/07/2011 04:19 PM, Rob Landley wrote:
>>> Does the makefile's man page generation stuff do html files? Because if
>>> so I'd like put them on the web page, it's some of the best
>>> documentation on