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)
commitd5d531cb50a848b9f6767fcd7ef0c7767b3e9b21
tree51d98689a245e63cd770a1562a1b62524abd4fbf
parent333c430167c21b96de81a674fa6cbe84b09475dc
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