Merge branch 'fib-rules-extack-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 Apr 2018 14:21:25 +0000 (10:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Apr 2018 14:21:25 +0000 (10:21 -0400)
Roopa Prabhu says:

====================
fib rules extack support

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge