diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-30 17:26:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-30 17:38:18 +0200 |
commit | a7fba75a06ef6a9551a1246cc3168a1999347e13 (patch) | |
tree | de7182726d894635bf21f1e4fe7cdbd85b4531af | |
parent | 7d5b11508cf84693e7b75e5219d0f0a64df6b8da (diff) | |
download | vyos-1x-a7fba75a06ef6a9551a1246cc3168a1999347e13.tar.gz vyos-1x-a7fba75a06ef6a9551a1246cc3168a1999347e13.zip |
dns: op-mode: T2488: drop invalid "monitor dns forwarding" command
The CLI command was a duplicate of the "show dns forwarding" command and did
not follow or re-trigger the commadn to watch it. It produced 1:1 the same
output as "show dns forwarding".
-rw-r--r-- | op-mode-definitions/dns-forwarding.xml.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/op-mode-definitions/dns-forwarding.xml.in b/op-mode-definitions/dns-forwarding.xml.in index 5dea5b91b..c8ca117be 100644 --- a/op-mode-definitions/dns-forwarding.xml.in +++ b/op-mode-definitions/dns-forwarding.xml.in @@ -19,26 +19,6 @@ </node> </children> </node> - <node name="dns"> - <properties> - <help>Show DNS information</help> - </properties> - <children> - <node name="forwarding"> - <properties> - <help>Show DNS forwarding information</help> - </properties> - <children> - <leafNode name="statistics"> - <properties> - <help>Show DNS forwarding statistics</help> - </properties> - <command>sudo ${vyos_op_scripts_dir}/dns_forwarding_statistics.py</command> - </leafNode> - </children> - </node> - </children> - </node> </children> </node> <node name="show"> |