luci-proto-ppp: override mac to pppoe

This commit is contained in:
coolsnowwolf 2024-05-09 23:47:51 +08:00
parent f9dfa30704
commit 019187006a

View File

@ -129,6 +129,7 @@ demand = section:taboption("advanced", Value, "demand",
demand.placeholder = "0"
demand.datatype = "uinteger"
luci.tools.proto.opt_macaddr(section, ifc, translate("Override MAC address"))
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
mtu.placeholder = "1500"