summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-02 19:36:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-02 19:36:25 +0000
commit6f0696f247967bcd9fd49d74244f9c439406911d (patch)
tree85bfa88cba2cfbe1b3c043c5004af6c9cbdc9af7 /applications
parentdcc50f9e22e30a4bb02096f1a3cb8d74fd5313a4 (diff)
applications/luci-multiwan: drop uvl schema
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-multiwan/root/lib/uci/schema/default/multiwan106
1 files changed, 0 insertions, 106 deletions
diff --git a/applications/luci-multiwan/root/lib/uci/schema/default/multiwan b/applications/luci-multiwan/root/lib/uci/schema/default/multiwan
deleted file mode 100644
index d85d98d5e..000000000
--- a/applications/luci-multiwan/root/lib/uci/schema/default/multiwan
+++ /dev/null
@@ -1,106 +0,0 @@
-package multiwan
-
-config package
- option title `Multi-WAN Agent'
-
-config section
- option name 'multiwan'
- option title 'Settings'
- option named true
- option required true
-
-config variable
- option name 'default_route'
- option title 'Default Route'
- option section 'multiwan.multiwan'
- option required true
-
-config section
- option name 'interface'
- option title 'WAN Interfaces'
- option named true
- option required true
-
-config variable
- option name '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 section 'multiwan.multiwan'
- option datatype 'integer'
- option required true
-
-config variable
- option name 'icmp_hosts'
- 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 section 'multiwan.interface'
- option datatype 'integer'
- option required true
-
-config variable
- option name 'health_fail_retries'
- option title 'Attempts Before WAN Failover'
- option section 'multiwan.interface'
- option datatype 'integer'
- option required true
-
-config variable
- option name 'health_recovery_retries'
- option title 'Attempts Before WAN Recovery'
- option section 'multiwan.interface'
- option datatype 'integer'
- option required true
-
-config variable
- option name 'failover_to'
- option title 'Failover Traffic Destination'
- 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'
- option package 'multiwan.mwanfw'
-
-config section
- option name 'src'
- option title 'Match by Source Address'
- option section 'dualwan.dualwanfw'
-
-config section
- option name 'dst'
- option title 'Match by Destination Address'
- option section 'dualwan.dualwanfw'
-
-config section
- option name 'proto'
- option title 'Match by Protocol'
- option section 'dualwan.dualwanfw'
-
-config section
- option name 'ports'
- option title 'Match by Destination Ports'
- option section 'dualwan.dualwanfw'
-
-config section
- option name 'wanrule'
- option title 'WAN Uplink'
- option section 'multiwan.mwanfw'
- option required true
-