]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Drop the PR # from the available features map 17017/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Mar 2026 15:08:26 +0000 (17:08 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Mar 2026 15:08:26 +0000 (17:08 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-lua-vars.cc
pdns/dnsdistdist/docs/reference/features.rst

index ea4643260891ed7e8f3720a060aa22398179621d..1ccef285a52cb2d70aebc05f11643fdf8d728216 100644 (file)
@@ -55,5 +55,5 @@ void setupLuaVars(LuaContext& luaCtx)
 #endif
 
   using Features = LuaAssociativeTable<boost::variant<string, bool, int, double>>;
-  luaCtx.writeVariable("pdns_features", Features{{"PR17017_protobuf_tags_prefixes", true}});
+  luaCtx.writeVariable("pdns_features", Features{{"protobuf_tags_prefixes", true}});
 }
index 13a42768b4a47fe861d3dc7c42376e90bce1adb2..778339801f1afde23bef5e41e7292cc089406cb3 100644 (file)
@@ -9,4 +9,4 @@ Currently, the following keys are defined:
 
 .. code-block:: Lua
 
-    pdns_features["PR17017_protobuf_tags_prefixes"] = true
+    pdns_features["protobuf_tags_prefixes"] = true