On Tue, 31 Oct 2017 14:24:19 -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. > > v2: use get_unsigned() since network namespace is really an unsigned value. > > Signed-off-by: Roman Mashak <m...@mojatatu.com> Applied. Thanks Roman