1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/luci-app-macvlan/files/luci/controller/macvlan.lua
Ycarus (Yannick Chabanois) f9e7d0d30f Use an app for macvlan
2019-10-20 21:12:40 +02:00

10 lines
233 B
Lua

-- Copyright (C) 2019 X-WRT <dev@x-wrt.com>
module("luci.controller.macvlan", package.seeall)
function index()
local page
page = entry({"admin", "network", "macvlan"}, cbi("macvlan/macvlan"), _("Macvlan"))
page.leaf = true
end