Commit 169e3674 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by David S. Miller

[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9e0db4b1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment