From: David Ahern <dsahern@gmail.com>
To: netdev@vger.kernel.org
Cc: David Ahern <dsahern@gmail.com>
Subject: [PATCH net-next 0/4] net: Add extack for route add/delete failures
Date: Sun, 21 May 2017 10:12:01 -0600 [thread overview]
Message-ID: <20170521161205.36720-1-dsahern@gmail.com> (raw)
Use the extack feature to improve error messages to user on route
add and delete failures.
David Ahern (4):
net: ipv4: Plumb extack through route add functions
net: ipv4: Add extack messages for route add failures
net: ipv6: Plumb extack through route add functions
net: ipv6: Add extack messages for route add failures
include/linux/netlink.h | 5 ++
include/net/ip6_fib.h | 3 +-
include/net/ip6_route.h | 2 +-
include/net/ip_fib.h | 3 +-
net/ipv4/fib_frontend.c | 18 ++++---
net/ipv4/fib_lookup.h | 3 +-
net/ipv4/fib_semantics.c | 133 ++++++++++++++++++++++++++++++++++++-----------
net/ipv4/fib_trie.c | 4 +-
net/ipv6/addrconf.c | 4 +-
net/ipv6/ip6_fib.c | 18 +++++--
net/ipv6/route.c | 97 ++++++++++++++++++++++------------
11 files changed, 208 insertions(+), 82 deletions(-)
--
2.11.0 (Apple Git-81)
next reply other threads:[~2017-05-21 16:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-21 16:12 David Ahern [this message]
2017-05-21 16:12 ` [PATCH net-next 1/4] net: ipv4: Plumb extack through route add functions David Ahern
2017-05-21 16:12 ` [PATCH net-next 2/4] net: ipv4: Add extack messages for route add failures David Ahern
2017-05-21 16:12 ` [PATCH net-next 3/4] net: ipv6: Plumb extack through route add functions David Ahern
2017-05-21 16:12 ` [PATCH net-next 4/4] net: ipv6: Add extack messages for route add failures David Ahern
2017-05-22 16:12 ` [PATCH net-next 0/4] net: Add extack for route add/delete failures David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170521161205.36720-1-dsahern@gmail.com \
--to=dsahern@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.