Merge branch 'net-improve-vxlan-option-process-in-net_sched-and-lwtunnel'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 23:49:39 +0000 (16:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 23:49:39 +0000 (16:49 -0700)
Xin Long says:

====================
net: improve vxlan option process in net_sched and lwtunnel

This patch is to do some mask when setting vxlan option in net_sched
and lwtunnel, so that only available bits can be set on vxlan md gbp.

This would help when users don't know exactly vxlan's gbp bits, and
avoid some mismatch because of some unavailable bits set by users.
====================

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

Trivial merge