1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add description for macvlan interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-10-27 09:32:31 +01:00
parent b559ce8f61
commit 1f70875a14

View file

@ -3,7 +3,7 @@
local net = require "luci.model.network".init()
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.addremove = true