diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-12-03 16:16:26 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-12-03 16:16:26 +0000 |
commit | 657319200962a041d42cc11ab5aebe85bc9269d6 (patch) | |
tree | 98b983b1d05c791791daf3b7d0a9730c6c10b7b1 /sbin/unwind/unwind.h | |
parent | 283818e8d727d56240f2dc30d01bbc79de1b5fac (diff) |
Add one more debug level and enable very detailed libunbound logging
with this. Currently only available as a command line flag (-vvv).
With this we now have two debug levels available in unwind proper, to
be used shortly.
looks good to otto
Diffstat (limited to 'sbin/unwind/unwind.h')
-rw-r--r-- | sbin/unwind/unwind.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/unwind/unwind.h b/sbin/unwind/unwind.h index ace4136b067..4eaff65883a 100644 --- a/sbin/unwind/unwind.h +++ b/sbin/unwind/unwind.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unwind.h,v 1.42 2019/12/02 06:26:52 otto Exp $ */ +/* $OpenBSD: unwind.h,v 1.43 2019/12/03 16:16:25 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -36,7 +36,8 @@ #define OPT_VERBOSE 0x00000001 #define OPT_VERBOSE2 0x00000002 -#define OPT_NOACTION 0x00000004 +#define OPT_VERBOSE3 0x00000004 +#define OPT_NOACTION 0x00000008 #define ROOT_DNSKEY_TTL 172800 /* TTL from authority */ #define KSK2017 ". 172800 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU=" |