help(void)
{
printf(
-"REALM v%s options:\n"
+"realm v%s options:\n"
" --realm [!] value[/mask]\n"
" Match realm\n"
"\n", IPTABLES_VERSION);
} else
realminfo->mask = 0xffffffff;
if (*end != '\0' || end == optarg)
- exit_error(PARAMETER_PROBLEM, "Bad REALM value `%s'", optarg);
+ exit_error(PARAMETER_PROBLEM, "Bad realm value `%s'", optarg);
if (invert)
realminfo->invert = 1;
*flags = 1;
if (ri->invert)
printf("! ");
- printf("REALM match ");
+ printf("realm ");
print_realm(ri->id, ri->mask);
}
{
if (!flags)
exit_error(PARAMETER_PROBLEM,
- "REALM match: You must specify `--realm'");
+ "realm match: You must specify `--realm'");
}
static struct iptables_match realm = { NULL,