summaryrefslogtreecommitdiff
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
authorDominik Derigs <dl6er@dl6er.de>2023-01-23 22:48:01 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2023-01-23 22:48:01 +0000
commite5e8cae1ca4bbbabc1eca707eb3480e83e793fdf (patch)
tree03884c5853de255b41e2189404e378fcc3a6c7b6 /src/dnsmasq.h
parent7f42ca8af85e20d8b4dac18e03e17e31191501bd (diff)
downloaddnsmasq-e5e8cae1ca4bbbabc1eca707eb3480e83e793fdf.tar.gz
Add --no-ident option.v2.89test1
Diffstat (limited to 'src/dnsmasq.h')
-rw-r--r--src/dnsmasq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index aaa6d62..fe9aa07 100644
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -281,7 +281,8 @@ struct event_desc {
#define OPT_STRIP_ECS 69
#define OPT_STRIP_MAC 70
#define OPT_NORR 71
-#define OPT_LAST 72
+#define OPT_NO_IDENT 72
+#define OPT_LAST 73
#define OPTION_BITS (sizeof(unsigned int)*8)
#define OPTION_SIZE ( (OPT_LAST/OPTION_BITS)+((OPT_LAST%OPTION_BITS)!=0) )