Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
*flags |= XT_RECENT_UPDATE;
break;
+ case 204:
+ info->seconds = atoi(optarg);
+ break;
+
+ case 205:
+ info->hit_count = atoi(optarg);
+ break;
+
case 206:
if (*flags & RECENT_CMDS)
xtables_error(PARAMETER_PROBLEM,
*flags |= XT_RECENT_REMOVE;
break;
- case 204:
- info->seconds = atoi(optarg);
- break;
-
- case 205:
- info->hit_count = atoi(optarg);
- break;
-
case 207:
info->check_set |= XT_RECENT_TTL;
*flags |= XT_RECENT_TTL;