From a56bae9900a3d6bf36965eb0abfc736b5ef77abf Mon Sep 17 00:00:00 2001 From: "Craig M. Coffee" Date: Thu, 29 Apr 2010 04:12:01 +0000 Subject: applications/luci-multiwan: Removed resolv.conf config option and added dns server settings --- .../root/lib/uci/schema/default/multiwan | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'applications/luci-multiwan/root') 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 -- cgit v1.2.3