From: Miod Vallat Date: Wed, 16 Jul 2025 14:21:15 +0000 (+0200) Subject: More sugar for . X-Git-Tag: rec-5.4.0-alpha0~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef22c1850b5c7495c236fab357d3b4f5b50742d;p=thirdparty%2Fpdns.git More sugar for . Signed-off-by: Miod Vallat --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 05e407e89..fe14db11a 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -580,6 +580,7 @@ static const commandDispatcher topLevelDispatcher{ {"network", {true, {networkCommands}}}, {"record", {false, {rrsetCommands}}}, // sugar {"rrset", {true, {rrsetCommands}}}, + {"tsig", {false, {TSIGKEYCommands}}}, // sugar {"tsig-key", {false, {TSIGKEYCommands}}}, // sugar {"tsigkey", {true, {TSIGKEYCommands}}}, {"view", {true, {viewsCommands}}},