diff options
author | jim-p <jimp@pfsense.org> | 2010-10-19 12:39:01 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-10-19 12:39:01 -0400 |
commit | e988813dd2e6ab104660969c80395d1dc7877e3e (patch) | |
tree | f22632ef53eaca37f28d5f18ac2097c5aa30ee94 /conf.default | |
parent | c4f5508496be6237334d1006cb029bb079747d45 (diff) | |
download | pfsense-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')
-rw-r--r-- | conf.default/config.xml | 10 |
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> |