diff options
| author | songyanchao <[email protected]> | 2022-04-14 06:46:09 -0400 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2022-04-20 04:18:51 -0400 |
| commit | 7c5cc1fca64140308a20450a01d11308a9da4a33 (patch) | |
| tree | dbc73de17ad8012a314e683588e24a5240ad00a8 /tools | |
| parent | 94bdefe6d30093261a0df4e3154863350303b68c (diff) | |
✨ feat(TSG-10266): 添加Flow Rule 管理框架
添加Flow Rule 管理框架
TSG-10266
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrctl/mrctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrctl/mrctl.c b/tools/mrctl/mrctl.c index 409f04b..435810e 100644 --- a/tools/mrctl/mrctl.c +++ b/tools/mrctl/mrctl.c @@ -11,7 +11,7 @@ #include <cJSON.h> #include <MESA_prof_load.h> #include <rte_flow.h> -#include <sc_offload.h> +#include <sc_flow.h> #define GLOBAL_CONF_FILE_PATH "/opt/tsg/mrzcpd/etc/mrglobal.conf" #define MR_CLI_ARG_LIST "hcdg:iep:" |
