commit | 7dbe193beeb2f8fccb3a54eba72a0292195a0797 | [log] [tgz] |
---|---|---|
author | Giovanni Bajo <rasky@develer.com> | Thu Apr 05 02:50:13 2012 +0200 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Aug 20 15:41:17 2013 +0100 |
tree | c804bc46b913c7eb312713326e4b4b2d8162b160 | |
parent | a669f012dd72e206fdcf42ae7e51c082a68039ab [diff] [blame] |
Add run-time options to activate dnssec validation.
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 92a6a43..eed2146 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -222,7 +222,8 @@ #define OPT_CLEVERBIND 39 #define OPT_TFTP 40 #define OPT_FAST_RA 41 -#define OPT_LAST 42 +#define OPT_DNSSEC_VALIDATE 42 +#define OPT_LAST 43 /* extra flags for my_syslog, we use a couple of facilities since they are known not to occupy the same bits as priorities, no matter how syslog.h is set up. */