]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] config: report all supported options for the "bind" keyword
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Oct 2009 05:19:35 +0000 (07:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Oct 2009 05:19:35 +0000 (07:19 +0200)
"mss", "name" and "id" were missing.

src/cfgparse.c

index 428d7b93a812ee4774740cd26749a8e0045b9361..ace99313b27518029b0a24206ce9e0779f3b56d4 100644 (file)
@@ -1212,7 +1212,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
                                continue;
                        }
 
-                       Alert("parsing [%s:%d] : '%s' only supports the 'transparent' and 'interface' options.\n",
+                       Alert("parsing [%s:%d] : '%s' only supports the 'transparent', 'name', 'id', 'mss' and 'interface' options.\n",
                              file, linenum, args[0]);
                        err_code |= ERR_ALERT | ERR_FATAL;
                        goto out;