protocols/core: fix dhcp defaultroute option
This commit is contained in:
parent
5be59e6ae7
commit
8259552622
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue