Merge branch 'vlan_act_modify'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Sep 2016 05:34:26 +0000 (01:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Sep 2016 05:34:26 +0000 (01:34 -0400)
Shmulik Ladkani says:

====================
act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action

TCA_VLAN_ACT_MODIFY allows one to change an existing tag.

It accepts same attributes as TCA_VLAN_ACT_PUSH (protocol, id,
priority).
If packet is vlan tagged, then the tag gets overwritten according to
user specified attributes.

For example, this allows user to replace a tag's vid while preserving
its priority bits (as opposed to "action vlan pop pipe action vlan push").
====================

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

Trivial merge