tc: add BPF based action
This action provides a possibility to exec custom BPF code. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
02dba4388d
commit
d23b8ad8ab
6 changed files with 275 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ header-y += tc_nat.h
|
|||
header-y += tc_pedit.h
|
||||
header-y += tc_skbedit.h
|
||||
header-y += tc_vlan.h
|
||||
header-y += tc_bpf.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue