1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-06-23 06:28:34 +08:00
parent ce0298b9a7
commit 2d23d5d1c3
508 changed files with 1673 additions and 15 deletions

View file

@ -0,0 +1,8 @@
local ucic = luci.model.uci.cursor()
local dt = require "luci.cbi.datatypes"
module("luci.controller.snmpd", package.seeall)
function index()
entry({"admin", "network", "snmpd"}, alias("admin", "network", "snmpd", "index"), _("SNMPd"))
entry({"admin", "network", "snmpd", "index"}, cbi("snmpd"))
end