From: Roopa Prabhu <[email protected]>
First patch refactors code to move fib rule netlink handling
into a common function. This became obvious when adding
duplicate extack msgs in add and del paths. Second patch
adds extack msgs.
v2 - Dropped the ip route get support and selftests from
the series to look at the input path some more (as pointed
out by ido). Will come back to that next week when i have
some time. resending just the extack part for now.
Roopa Prabhu (2):
fib_rules: move common handling of newrule delrule msgs into
fib_nl2rule
net: fib_rules: add extack support
include/net/fib_rules.h | 3 +-
net/core/fib_rules.c | 471 +++++++++++++++++++++++-------------------------
net/decnet/dn_rules.c | 7 +-
net/ipv4/fib_rules.c | 7 +-
net/ipv4/ipmr.c | 3 +-
net/ipv6/fib6_rules.c | 7 +-
net/ipv6/ip6mr.c | 3 +-
7 files changed, 245 insertions(+), 256 deletions(-)
--
2.1.4