On Wed, 21 Nov 2018 10:44:27 +0100 Nicolas Dichtel <nicolas.dich...@6wind.com> wrote:
> Don't confuse the user, nsid is a signed integer, this kind of command > should return an error: 'ip netns set foo 0xffffffff'. > > Also, a valid value is a positive value. To let the kernel chooses a value, > the keyword 'auto' must be used. > > Signed-off-by: Nicolas Dichtel <nicolas.dich...@6wind.com> Thanks for catching this. Next time add a Fixes: tag if possible. Applied.