]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10bf1b28052cf0b296f28ff3c06cce8538d33b5e
treefe661f83873343524c566a38fe6e5142e1ed3394
parent52956136dc7fb3e022cd82ee8283d699087ba75c
parent2a0869c87e9b8a147114daee4fc742a21b48bb3e
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>