luci2: add network diagnostics view
[project/luci2/ui.git] / luci2 / share / acl.d / luci2.json
index 62057f3..e8e6949 100644 (file)
                                "network"
                        ]
                }
+       },
+
+       "diagnostics": {
+               "description": "Network diagnostic tools",
+               "read": {
+                       "ubus": {
+                               "luci2.network": [
+                                       "ping",
+                                       "ping6",
+                                       "traceroute",
+                                       "traceroute6",
+                                       "nslookup"
+                               ]
+                       }
+               }
        }
 }