mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add gw option to static DHCP
This commit is contained in:
parent
aecfd70807
commit
da8e0e7979
1 changed files with 3 additions and 0 deletions
|
@ -294,6 +294,9 @@ mac.rmempty = true
|
|||
ip = s:option(Value, "ip", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"))
|
||||
ip.datatype = "or(ip4addr,'ignore')"
|
||||
|
||||
gw = s:option(Value, "gw", translate("Gateway"))
|
||||
gw.datatype = "or(ip4addr,'ignore')"
|
||||
|
||||
time = s:option(Value, "leasetime", translate("Lease time"))
|
||||
time.rmempty = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue