mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 22:22:08 -04:00
tcp-only and tcp-keepalive where out of alphabetical order
(cherry picked from commit 9697129ae2)
This commit is contained in:
parent
76e878e109
commit
afb3bcade3
1 changed files with 1 additions and 1 deletions
|
|
@ -2075,7 +2075,6 @@ server_clauses[] = {
|
|||
{ "edns-version", &cfg_type_uint32, 0 },
|
||||
{ "keys", &cfg_type_server_key_kludge, 0 },
|
||||
{ "max-udp-size", &cfg_type_uint32, 0 },
|
||||
{ "tcp-only", &cfg_type_boolean, 0 },
|
||||
{ "notify-source", &cfg_type_sockaddr4wild, 0 },
|
||||
{ "notify-source-v6", &cfg_type_sockaddr6wild, 0 },
|
||||
{ "provide-ixfr", &cfg_type_boolean, 0 },
|
||||
|
|
@ -2087,6 +2086,7 @@ server_clauses[] = {
|
|||
{ "request-sit", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "send-cookie", &cfg_type_boolean, 0 },
|
||||
{ "support-ixfr", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "tcp-only", &cfg_type_boolean, 0 },
|
||||
{ "transfer-format", &cfg_type_transferformat, 0 },
|
||||
{ "transfer-source", &cfg_type_sockaddr4wild, 0 },
|
||||
{ "transfer-source-v6", &cfg_type_sockaddr6wild, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue