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)
commitec8c360a6ecdea595aff957c6a720e059275f1f4
tree27d935b093ea81e976b6b14778d462c2bcf87d32
parenta56e6bcd34b55182159d16fcf6d6105578dfa192
parentb16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37
Merge branch 'fib-rules-extack-support'

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>