From b0c168322ec9b6568a9ec7c57f437abd0aa4a5df Mon Sep 17 00:00:00 2001 From: Filip Matusiak Date: Tue, 14 Oct 2025 16:10:48 +0200 Subject: [PATCH] self-diagnostics: get map-agent backhaul status --- .../files/usr/share/self-diagnostics/spec/multiap.json | 4 ++++ 1 file changed, 4 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 1a26b2690..739d3c8e0 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/multiap.json @@ -51,6 +51,10 @@ "description": "MAP Agent Backhaul Info", "cmd": "ubus call map.agent backhaul_info" }, + { + "description": "MAP Agent Backhaul Status", + "cmd": "ubus call map.agent backhaul" + }, { "description": "MAP Controller Status", "cmd": "ubus call map.controller status"