Merge branch 'net-more-extack'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:55:34 +0000 (11:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 15:55:34 +0000 (11:55 -0400)
commitb11dabfd33dd19219ba30d94cb0d2a0c34f0eefe
treebc7fda874b020c05877c925321a30e67c30c7086
parentf1bd4daead9a4df48d1bb2821cff3a40da543b5b
parente1af005b1ce6d33c0467808ddceb09a8a1a424ba
Merge branch 'net-more-extack'

David Ahern says:

====================
net: another round of extack handling for routing

This set focuses on passing extack through lwtunnel and MPLS with
additional catches for IPv4 route add and minor cleanups in MPLS
encountered passing the extack arg around.

v2
- mindful of bloat adding duplicate messages
  + refactored prefix and prefix length checks in ipv4's fib_table_insert
    and fib_table_del
  + refactored label check in mpls

- split mpls cleanups into 2 patches
  + move nla_get_via up in af_mpls to avoid forward declaration
====================

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