git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9d9fd
)
ip_tunnel: return more precise errno value when adding tunnel fails
author
Florian Westphal
<fw@strlen.de>
Fri, 14 Feb 2014 12:14:39 +0000
(13:14 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 17 Feb 2014 05:07:09 +0000
(
00:07
-0500)
Currently this always returns ENOBUFS, because the return value of
__ip_tunnel_create is discarded.
A more common failure is a duplicate name (EEXIST). Propagate the real
error code so userspace can display a more meaningful error message.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found