* [PATCH] netns: CLONE_NEWNET don't use the same clone flag as the pid namespace.
@ 2007-09-27 22:40 Eric W. Biederman
2007-09-28 0:10 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Eric W. Biederman @ 2007-09-27 22:40 UTC (permalink / raw)
To: David Miller; +Cc: netdev, Linux Containers
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
---
include/linux/sched.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index e10a0a8..d82c1f7 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -27,7 +27,7 @@
#define CLONE_NEWUTS 0x04000000 /* New utsname group? */
#define CLONE_NEWIPC 0x08000000 /* New ipcs */
#define CLONE_NEWUSER 0x10000000 /* New user namespace */
-#define CLONE_NEWNET 0x20000000 /* New network namespace */
+#define CLONE_NEWNET 0x40000000 /* New network namespace */
/*
* Scheduling policies
--
1.5.3.rc6.17.g1911
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netns: CLONE_NEWNET don't use the same clone flag as the pid namespace.
2007-09-27 22:40 [PATCH] netns: CLONE_NEWNET don't use the same clone flag as the pid namespace Eric W. Biederman
@ 2007-09-28 0:10 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-09-28 0:10 UTC (permalink / raw)
To: ebiederm; +Cc: netdev, containers
From: ebiederm@xmission.com (Eric W. Biederman)
Date: Thu, 27 Sep 2007 16:40:31 -0600
>
> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-28 0:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 22:40 [PATCH] netns: CLONE_NEWNET don't use the same clone flag as the pid namespace Eric W. Biederman
2007-09-28 0:10 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).