mirror of https://github.com/F-Stack/f-stack.git
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
EXPERIMENTAL {
|
||
|
global:
|
||
|
|
||
|
rte_flow_classifier_create;
|
||
|
rte_flow_classifier_free;
|
||
|
rte_flow_classifier_query;
|
||
|
rte_flow_classify_table_create;
|
||
|
rte_flow_classify_table_entry_add;
|
||
|
rte_flow_classify_table_entry_delete;
|
||
|
|
||
|
local: *;
|
||
|
};
|