summaryrefslogtreecommitdiffstats
path: root/conf.default/config.xml
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-09-02 02:43:44 -0300
committermarcelloc <marcellocoutinho@gmail.com>2011-09-02 02:43:44 -0300
commit1ce020c0d2ff59fe90ef066f25b58daa28bc4354 (patch)
tree9b38529fc30be3d532565f2fad74345c0e33c520 /conf.default/config.xml
parent6f14b34a6043a2b63561bc8aaccacaf3f8e84472 (diff)
downloadpfsense-1ce020c0d2ff59fe90ef066f25b58daa28bc4354.zip
pfsense-1ce020c0d2ff59fe90ef066f25b58daa28bc4354.tar.gz
load balance monitor type send/expect must have a '' when using more then one argument.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r--conf.default/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 4273c32..4dc853f 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -733,7 +733,7 @@
<type>send</type>
<descr><![CDATA[Generic SMTP]]></descr>
<options>
- <send>EHLO nosuchhost</send>
+ <send>'EHLO nosuchhost'</send>
<expect>250-</expect>
</options>
</monitor_type>
OpenPOWER on IntegriCloud