commit | a25720a34a3dae8ab67a237a7f732ccf635e661f | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Tue Jan 14 23:13:55 2014 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Jan 14 23:13:55 2014 +0000 |
tree | ec2df950fad8584ca6230ba34d0fa71d51e6c65c | |
parent | cc111e0bab09b50376b263645c11e8c52367baf3 [diff] [blame] |
protocol handling for DNSSEC
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 4d91d92..7ffef8f 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -230,7 +230,8 @@ #define OPT_QUIET_DHCP6 43 #define OPT_QUIET_RA 44 #define OPT_DNSSEC_VALID 45 -#define OPT_LAST 46 +#define OPT_DNSSEC_PERMISS 46 +#define OPT_LAST 47 /* 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. */