Add httpd backend implementation for MIB counter requests

This commit is contained in:
logicog
2026-01-15 18:07:56 +01:00
parent 6326428406
commit 84fe44cc9a
2 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ void httpd_appcall(void)
parse_short(q + 15);
send_vlan(short_parsed);
} else if (is_word(q, "/counters.json")) {
send_counters(q[19]-'0');
send_counters(q[20]-'0');
} else if (is_word(q, "/eee.json")) {
send_eee();
} else if (is_word(q, "/mirror.json")) {