Bug #203
Gui does not let you override dhcp gateway to being not fetched - but it can be overridden in conf file
| Status: | New | Start date: | 07/10/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | Cerowrt-Next |
Description
setting 'gateway' '0.0.0.0' for a given dhcp interface appears to do the right thing in not installing a default route for that dhcp-fetched interface.
but luci does not let you set this parameter via the gui for a dhcp interface.
default gateways are a real problem in a mesh network.
History
Updated by Dave Täht almost 2 years ago
- Target version set to 13
Updated by Stephen Walker over 1 year ago
Missing gw:depends("proto", "dhcp") at line 218 in /usr/lib/lua/luci/model/cbi/admin_network/ifaces.lua?
Updated by Dave Täht over 1 year ago
- Target version changed from 13 to 14
@stephen
that's probably it. I have no commit privs to any of the main openwrt repos, do you have such to the luci one?
I will try your suggestion against something myself, soon, but my next week is going to be eaten by travel and relocation issues.
I do plan to finally learn enough lua to at least do patches that small with some clue... on the plane to paris.
Updated by Stephen Walker over 1 year ago
Dave Täht wrote:
@stephen
that's probably it. I have no commit privs to any of the main openwrt repos, do you have such to the luci one?
I don't.
jow?
Updated by Dave Täht about 1 year ago
- Target version changed from 14 to Cerowrt-Next