Merge branch 'mpls'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2015 18:24:55 +0000 (14:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2015 18:24:55 +0000 (14:24 -0400)
commit0e2d686530d5e6c3c50c2c4f9ef8d6428252c35c
treee18ac4586481309da81bc43a30f3677e46a38858
parent909d9faae2a447110aa061070145297fffe129cb
parent5a9ab0176198d91dfc153f5e6c5fdc5afa613607
Merge branch 'mpls'

Robert Shearman says:

====================
mpls: ABI changes for security and correctness

V2:
 - don't treat loopback interfaces specially by enabling mpls by
   default

These changes make mpls not be enabled by default on all
interfaces when in use for security, along with ensuring that a label
not valid as an outgoing label can be added in mpls routes.

This series contains three ABI/behaviour-affecting changes which have
been split out from "[PATCH net-next v4 0/6] mpls: Behaviour-changing
improvements" without any further modification. These changes need to
be considered for 4.1 otherwise we'll be stuck with the current
behaviour/ABI forever.
====================

Reviewed-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>