sched: introduce vlan action
authorJiri Pirko <jiri@resnulli.us>
Wed, 19 Nov 2014 13:05:03 +0000 (14:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2014 19:20:18 +0000 (14:20 -0500)
commitc7e2b9689ef81362a8091592da6cb6a7723f377a
tree71a5fdd4619a199af70f8fbaa8eca6a1fc4f141f
parent93515d53b133d66f01aec7b231fa3e40e3d2fd9a
sched: introduce vlan action

This tc action allows to work with vlan tagged skbs. Two supported
sub-actions are header pop and header push.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tc_act/tc_vlan.h [new file with mode: 0644]
include/uapi/linux/tc_act/tc_vlan.h [new file with mode: 0644]
net/sched/Kconfig
net/sched/Makefile
net/sched/act_vlan.c [new file with mode: 0644]