On Fri, 27 Oct 2017 12:55:27 -0400 Roman Mashak <m...@mojatatu.com> wrote:
> Use strtol-based API to parse and validate integer input; atoi() does not > detect > errors and may yield undefined behaviour if result can't be represented. > > Signed-off-by: Roman Mashak <m...@mojatatu.com> Since network namespace is really an unsigned value, shouldn't it be using get_unsigned?