mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Add description for macvlan interface
This commit is contained in:
parent
b559ce8f61
commit
1f70875a14
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
local net = require "luci.model.network".init()
|
local net = require "luci.model.network".init()
|
||||||
local ifaces = net:get_interfaces() or { net:get_interface() }
|
local ifaces = net:get_interfaces() or { net:get_interface() }
|
||||||
|
|
||||||
m = Map("macvlan", translate("Macvlan"))
|
m = Map("macvlan", translate("Macvlan"), translate("You can configure Macvlan virtual interfaces base on the real itnerface you want."))
|
||||||
|
|
||||||
s = m:section(TypedSection, "macvlan", translate("Macvlan Settings"))
|
s = m:section(TypedSection, "macvlan", translate("Macvlan Settings"))
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
|
Loading…
Reference in a new issue