]> git.puffer.fish Git - mirror/frr.git/commit
lib: add the pathname to get the realpath in case of failure 2628/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Jul 2018 16:27:46 +0000 (18:27 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 6 Jul 2018 06:51:54 +0000 (08:51 +0200)
commit0faeba264e73e5a16191a2989dd03288b67cfb2a
tree82d578f991d001bcb3d7df522664b5edb81f5945
parent262c829d7e86dbec3b35472cf861c433683cec82
lib: add the pathname to get the realpath in case of failure

Sometimes, the file under /var/run/netns may not be authorised to be
read ( because it is not read permission for frr user, for instance).
so it is good to know what happened.

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