diff options
author | Craig M. Coffee <craigc@netlab7.com> | 2010-04-29 04:12:01 +0000 |
---|---|---|
committer | Craig M. Coffee <craigc@netlab7.com> | 2010-04-29 04:12:01 +0000 |
commit | a56bae9900a3d6bf36965eb0abfc736b5ef77abf (patch) | |
tree | 6147fb13a1446ae07016eea567554e73bb7aa7f8 /applications/luci-multiwan/root | |
parent | 4dc420efd355a732119cbbc01bff7ff9a32f80a7 (diff) |
applications/luci-multiwan: Removed resolv.conf config option and added
dns server settings
Diffstat (limited to 'applications/luci-multiwan/root')
-rw-r--r-- | applications/luci-multiwan/root/lib/uci/schema/default/multiwan | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/applications/luci-multiwan/root/lib/uci/schema/default/multiwan b/applications/luci-multiwan/root/lib/uci/schema/default/multiwan index 61f34e7033..d85d98d5eb 100644 --- a/applications/luci-multiwan/root/lib/uci/schema/default/multiwan +++ b/applications/luci-multiwan/root/lib/uci/schema/default/multiwan @@ -15,41 +15,35 @@ config variable option section 'multiwan.multiwan' option required true -config variable - option name 'resolv_conf' - option title 'DNS configuration file' - option section 'multiwan.multiwan' - option required true - config section option name 'interface' - option title 'WAN Uplinks Configuration' + option title 'WAN Interfaces' option named true option required true config variable option name 'weight' - option title 'Load Balancer Weight' + option title 'Load Balancer Distribution' option section 'multiwan.interface' option datatype 'integer' option required true config variable option name 'health_interval' - option title 'Health Monitor - Interval' + option title 'Health Monitor Interval' option section 'multiwan.multiwan' option datatype 'integer' option required true config variable option name 'icmp_hosts' - option title 'Health Monitor - ICMP Host(s)' + option title 'Health Monitor ICMP Host(s)' option section 'multiwan.interface' option required true config variable option name 'timeout' - option title 'Health Monitor - ICMP Timeout' + option title 'Health Monitor ICMP Timeout' option section 'multiwan.interface' option datatype 'integer' option required true @@ -74,6 +68,11 @@ config variable option section 'multiwan.interface' option required true +config variable + option name 'dns' + option title 'DNS Server(s)' + option section 'multiwan.interface' + config section option name 'mwanfw' option title 'Multi-WAN Traffic Rules' @@ -101,7 +100,7 @@ config section config section option name 'wanrule' - option title 'WAN Traffic Decision' + option title 'WAN Uplink' option section 'multiwan.mwanfw' option required true |