Commit 30c60379 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Only show the accept_filter parameter if the kernel can have

accept-filters
parent ddb9ff2b
......@@ -270,11 +270,13 @@ struct parspec mgt_parspec[] = {
"fragmentation.",
EXPERIMENTAL,
"256m", "bytes" },
#ifdef HAVE_ACCEPT_FILTERS
{ "accept_filter", tweak_bool, &mgt_param.accept_filter,
NULL, NULL,
"Enable kernel accept-filters, if supported by the kernel.",
"Enable kernel accept-filters, (if available in the kernel).",
MUST_RESTART,
"on", "bool" },
#endif
{ "listen_address", tweak_listen_address, NULL,
NULL, NULL,
"Whitespace separated list of network endpoints where "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment