]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv6: Add extack messages for route add failures
authorDavid Ahern <dsahern@gmail.com>
Sun, 21 May 2017 16:12:05 +0000 (10:12 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 May 2017 16:12:20 +0000 (12:12 -0400)
commitf0b0aae6cef9d96b2257e3f824d6a1d89de70077
tree51d98689a245e63cd770a1562a1b62524abd4fbf
parent6d70bed829ee36a5df848b433085d172663e8137
net: ipv6: 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>
net/ipv6/ip6_fib.c
net/ipv6/route.c