OSDN Git Service

Merge branch 'mpls-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 12:46:52 +0000 (12:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 12:46:52 +0000 (12:46 +0000)
commitfe42e885c7a9e594cd9e5290407e752aa0afbd7e
treefe661f83873343524c566a38fe6e5142e1ed3394
parent688e075748645b43cf4d55e8fd279f5249699b7a
parentf05b0b97335be1b4f9f1f1044eb617f4e12c681e
Merge branch 'mpls-cleanups'

Benjamin Poirier says:

====================
net: mpls: Cleanup nexthop iterator macros

The mpls macros for_nexthops and change_nexthops were probably copied
from decnet or ipv4 but they grew a superfluous variable and lost a
beneficial "const".
====================

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