You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("Usage: %s set_rule prio NUM handle NUM table NUM match MATCH [match MATCH...] action ACTION [ACTION_ARG...] [action ACTION [ACTION_ARG...]...]\n", progname);
204
204
printf("\n");
205
205
printf("Where:\n");
206
-
printf(" prio is the priority of new rule (0 is highest)\n");
206
+
printf(" prio is the priority of new rule (1 is lowest)\n");
207
207
printf(" handle is the id of new rule\n");
208
208
printf(" table is the table id in which to add the rule\n");
209
209
printf(" match is one or more criteria for the rule to match\n");
0 commit comments