bpf loader - add support for new schedcls type am: ffa7aadf75
am: e5a32ae658
Change-Id: I18bf63463b23844d6fec8b8b60599f7d8c46f244
This commit is contained in:
commit
f73e8c3112
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ sectionType sectionNameTypes[] = {
|
|||
{ "tracepoint", BPF_PROG_TYPE_TRACEPOINT },
|
||||
{ "skfilter", BPF_PROG_TYPE_SOCKET_FILTER },
|
||||
{ "cgroupskb", BPF_PROG_TYPE_CGROUP_SKB },
|
||||
{ "schedcls", BPF_PROG_TYPE_SCHED_CLS },
|
||||
|
||||
/* End of table */
|
||||
{ "END", BPF_PROG_TYPE_UNSPEC },
|
||||
|
|
Loading…
Reference in a new issue