]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Copy new query flags from lib/rplan.h to lua
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 13 Nov 2016 04:22:50 +0000 (13:22 +0900)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 13 Nov 2016 04:22:50 +0000 (13:22 +0900)
daemon/lua/kres.lua

index 96a34649c8ee38387bd564c9e1cb508ad656997b..d69314f5f2361981eb892a02dcf6cf621e52ddb9 100644 (file)
@@ -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;
 };
 
 /*