]> git.proxmox.com Git - mirror_frr.git/commit
lib: do not use ENOSYS errno when returning from ns
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 26 Feb 2018 08:14:50 +0000 (09:14 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit281da0a94dcd14d4f628026ffd628c08df5104f1
tree1be8753806c0ccfcc473a27d8434153b67b2b880
parentc485b14bdc0d8e1fb2d6ad19057bf328e4118cfd
lib: do not use ENOSYS errno when returning from ns

ENOSYS should not be used for other goals.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/netns_linux.c