); return VAR_ALGORITHM;}
> secret{COLON}{ LEXOUT(("v(%s) ", yytext)); return
> VAR_SECRET;}
> diff --git configparser.y configparser.y
> index 6b369cad35d..6642a6f544c 100644
> --- configparser.y
> +++ configparser.y
> @@ -149,6 +149,9 @@ static int p
Got it.
Oct 20 20:47:19 name2 nsd[62305]: nsd starting (NSD 4.3.8)
Oct 20 20:47:19 name2 nsd[37128]: nsd started (NSD 4.3.8), pid 31864
Oct 20 22:07:09 name2 nsd[37128]: signal received, shutting down...
Oct 20 22:07:09 name2 nsd[39445]: nsd starting (NSD 4.3.7)
Oct 20 22:07:10 name2 nsd[72021
f --git configparser.y configparser.y
>index 6b369cad35d..6642a6f544c 100644
>--- configparser.y
>+++ configparser.y
>@@ -149,6 +149,9 @@ static int parse_range(const char *str, long long *low,
>long long *high);
> /* xot auth */
> %token VAR_TLS_AUTH
> %token VAR_TLS_AU
tober 2021 21:18:17 CEST, Mischa Peters
>> wrote:
>>> Hi Florian,
>>>
>>> Great stuff!
>>> Applied both patches and NSD has been running without crashing since
>>> 20:47 CEST.
>>>
>>> Oct 20 20:47:19 name2 nsd[62305]: nsd start
going to syspatch to a new nsd version in 7.0.
On 20 October 2021 21:18:17 CEST, Mischa Peters
wrote:
Hi Florian,
Great stuff!
Applied both patches and NSD has been running without crashing since
20:47 CEST.
Oct 20 20:47:19 name2 nsd[62305]: nsd starting (NSD 4.3.8)
Oct 20 20:47:19 name2 nsd[37128
ashing since
>20:47 CEST.
>
>Oct 20 20:47:19 name2 nsd[62305]: nsd starting (NSD 4.3.8)
>Oct 20 20:47:19 name2 nsd[37128]: nsd started (NSD 4.3.8), pid 31864
>Oct 20 20:47:30 name2 /bsd: carp24: state transition: BACKUP -> MASTER
>Oct 20 20:47:46 name2 /bsd: carp23: state transi
Hi Florian,
Great stuff!
Applied both patches and NSD has been running without crashing since
20:47 CEST.
Oct 20 20:47:19 name2 nsd[62305]: nsd starting (NSD 4.3.8)
Oct 20 20:47:19 name2 nsd[37128]: nsd started (NSD 4.3.8), pid 31864
Oct 20 20:47:30 name2 /bsd: carp24: state transition
On 2021-10-20 18:24 +02, Florian Obser wrote:
> +4.3.8
> +
> +FEATURES:
> + - Set default for answer-cookie to no. Because in server deployments
> + with mixed server software, a default of yes causes issues.
sthen and me think that we shouldn't flip-flop between cookie
t;auth_domain_name =
region_strdup(cfg_parser->opt->region, $2);
-};
+}
+ | VAR_TLS_AUTH_CLIENT_CERT STRING
+{
+ cfg_parser->tls_auth->client_cert =
region_strdup(cfg_parser->opt->region, $2);
+}
+ | VAR_TLS_AUTH_CLIENT_KEY STRING
+{
+ cf