We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce7bd0 commit d649d7eCopy full SHA for d649d7e
src/conf.c
@@ -574,7 +574,7 @@ _parse_firewall_rule(const char *ruleset, char *leftover)
574
}
575
} else {
576
debug(LOG_ERR, "Invalid or unexpected keyword %s, "
577
- "expecting \"to\" or \"to-ipset\"", other_kw);
+ "expecting \"port\", \"to\" or \"to-ipset\"", other_kw);
578
return -4; /*< Fail */
579
580
TO_NEXT_WORD(leftover, finished);
0 commit comments