Skip to content

Commit

Permalink
[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namesp…
Browse files Browse the repository at this point in the history
…ace.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Oct 10, 2007
1 parent 9e0db4b commit 169e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169e367

Please sign in to comment.