From 05da8b4210754db3d2dd01e35751eab92d2b9bd4 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 7 Nov 2023 11:46:14 +0100 Subject: [PATCH] self-diagnostics: add hosts show and dump --- .../files/usr/share/self-diagnostics/spec/multiap.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json b/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json index 0bc4e43d8..a2123dd8a 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json @@ -11,6 +11,14 @@ } ], "exec" : [ + { + "description": "Hosts Show", + "cmd": "ubus call hosts show" + }, + { + "description": "Hosts Dump", + "cmd": "ubus call hosts dump" + }, { "description": "IEEE1905 Info", "cmd": "ubus call ieee1905 info"