Merge branch 'vxlan-geneve-use-the-correct-nlattr-array-for-extack'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 19:39:09 +0000 (12:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 19:39:09 +0000 (12:39 -0700)
commitda0afd1f05e95d3cdbfa091d631aa6603db9402a
treea0a5aea9ca7101e1159e54f63b851b7d4985e1f3
parentc391eb8366ae052d571bb2841f1ccb4d39f3ceb8
parent9a7b5b50de8a764671ba1800fe4c52d3b7013901
Merge branch 'vxlan-geneve-use-the-correct-nlattr-array-for-extack'

Sabrina Dubroca says:

====================
net: vxlan/geneve: use the correct nlattr array for extack

The ->validate callbacks for vxlan and geneve have a couple of typos
in extack, where the nlattr array for IFLA_* attributes is used
instead of the link-specific one.
====================

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