From: Daniel Kahn Gillmor Date: Sun, 13 Nov 2016 04:22:50 +0000 (+0900) Subject: Copy new query flags from lib/rplan.h to lua X-Git-Tag: v1.2.0-rc1~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327baac42fd52cd84b0fa9d0178a8e1706da0700;p=thirdparty%2Fknot-resolver.git Copy new query flags from lib/rplan.h to lua --- diff --git a/daemon/lua/kres.lua b/daemon/lua/kres.lua index 96a34649c..d69314f5f 100644 --- a/daemon/lua/kres.lua +++ b/daemon/lua/kres.lua @@ -109,6 +109,9 @@ struct query_flag { static const int ALWAYS_CUT = 1 << 18; static const int PERMISSIVE = 1 << 20; static const int STRICT = 1 << 21; + static const int BADCOOKIE_AGAIN = 1 << 22; + static const int CNAME = 1 << 23; + static const int REORDER_RR = 1 << 24; }; /*