]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ipv4: Add extack messages for route add failures
authorDavid Ahern <dsahern@gmail.com>
Sun, 21 May 2017 16:12:03 +0000 (10:12 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 May 2017 16:12:20 +0000 (12:12 -0400)
commitc3ab2b4ec8f7c0700bf10957171c479bf3dbca52
tree414dc0cf41405e9ab3ca2b3ab97d3a999cbf885a
parent6d8422a175ccf2846d9460ed2b6228fe0b12c243
net: ipv4: Add extack messages for route add failures

Add messages for non-obvious errors (e.g, no need to add text for malloc
failures or ENODEV failures). This mostly covers the annoying EINVAL errors
Some message strings violate the 80-columns but searchable strings need to
trump that rule.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h
net/ipv4/fib_frontend.c
net/ipv4/fib_semantics.c