summaryrefslogtreecommitdiffstats
path: root/conf.default/config.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-19 12:39:01 -0400
committerjim-p <jimp@pfsense.org>2010-10-19 12:39:01 -0400
commite988813dd2e6ab104660969c80395d1dc7877e3e (patch)
treef22632ef53eaca37f28d5f18ac2097c5aa30ee94 /conf.default/config.xml
parentc4f5508496be6237334d1006cb029bb079747d45 (diff)
downloadpfsense-e988813dd2e6ab104660969c80395d1dc7877e3e.zip
pfsense-e988813dd2e6ab104660969c80395d1dc7877e3e.tar.gz
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r--conf.default/config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 00e7992..4d4729d 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -718,21 +718,21 @@
<monitor_type>
<name>ICMP</name>
<type>icmp</type>
- <desc>ICMP</desc>
+ <descr>ICMP</descr>
<options>
</options>
</monitor_type>
<monitor_type>
<name>TCP</name>
<type>tcp</type>
- <desc>Generic TCP</desc>
+ <descr>Generic TCP</descr>
<options>
</options>
</monitor_type>
<monitor_type>
<name>HTTP</name>
<type>http</type>
- <desc>Generic HTTP</desc>
+ <descr>Generic HTTP</descr>
<options>
<path>/</path>
<host/>
@@ -742,7 +742,7 @@
<monitor_type>
<name>HTTPS</name>
<type>https</type>
- <desc>Generic HTTPS</desc>
+ <descr>Generic HTTPS</descr>
<options>
<path>/</path>
<host/>
@@ -752,7 +752,7 @@
<monitor_type>
<name>SMTP</name>
<type>send</type>
- <desc>Generic SMTP</desc>
+ <descr>Generic SMTP</descr>
<options>
<send>EHLO nosuchhost</send>
<expect>250-</expect>
OpenPOWER on IntegriCloud