mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
protocols/core: fix dhcp defaultroute option
This commit is contained in:
@@ -43,7 +43,7 @@ bcast = section:taboption("advanced", Flag, "broadcast",
|
||||
bcast.default = bcast.disabled
|
||||
|
||||
|
||||
defaultroute = section:taboption("advanced", Flag, "gateway",
|
||||
defaultroute = section:taboption("advanced", Flag, "defaultroute",
|
||||
translate("Use default gateway"),
|
||||
translate("If unchecked, no default route is configured"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user