]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vxlan-create-and-changelink-extack-support'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 16:54:37 +0000 (08:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 16:54:37 +0000 (08:54 -0800)
commit97200b891fd8846891c973154b517d38de9c91b1
treed2de43ac5ca9c5fb16a51012d742fdf1d9556f80
parent21cadb9ffd525d603f94ecafee79cbf3bce56913
parent8bf86010f04f1f516618d689281e3394c1ecce40
Merge branch 'vxlan-create-and-changelink-extack-support'

Roopa Prabhu says:

====================
vxlan: create and changelink extack support

This series adds extack support to changelink paths.
In the process re-factors flag sets to a separate helper.
Also adds some changelink testcases to rtnetlink.sh

(This series was initially part of another series that
tried to support changelink for more attributes.
But after some feedback from sabrina, i have dropped the
'support changelink for more attributes' part because some
of them cannot be supported today or may require additional
use-case handling code. These can be done separately
as and when we see the need for it.)
====================

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