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)
commit88ebbaf0257e1f8a1c6c769aef3d613b63e6a066
treed2de43ac5ca9c5fb16a51012d742fdf1d9556f80
parent703bdcbc8e4e19ab4e1a5d819251978b85777f53
parentda640bc05117eac2955cae27ccb052cdb958588e
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>