--fix-gro update

This commit is contained in:
wangyu
2019-07-15 10:49:54 -04:00
parent ee787e0d4a
commit 7e55b1e132
5 changed files with 17 additions and 12 deletions

View File

@@ -741,7 +741,8 @@ void process_arg(int argc, char *argv[]) //process all options
}
else if(strcmp(long_options[option_index].name,"fix-gro")==0)
{
g_fix_gro=0;
mylog(log_info,"--fix-gro enabled\n");
g_fix_gro=1;
}
else
{