diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-02 21:34:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-02 21:34:39 +0000 |
commit | a3ed7f701d75f5aae518ce273918efcaacc7e484 (patch) | |
tree | f2c568a027aa494e60c12f3a97c665fb911160a9 /usr/local | |
parent | 0f7a319be49493762f984867c517c58829213f9f (diff) | |
download | pfsense-a3ed7f701d75f5aae518ce273918efcaacc7e484.zip pfsense-a3ed7f701d75f5aae518ce273918efcaacc7e484.tar.gz |
Add a note that you do not use Synchronize IP and password option on backup cluster members.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index f0b290a..c8ecdbc 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -147,13 +147,14 @@ <fieldname>synchronizetoip</fieldname> <description>Enter the IP address of the firewall you would like to synchronize your rules to.</description> <type>input</type> - <note>Note: CARP sync is currently only supported over http connections - make sure the remote system's WebGUI protocol is set to this!</note> + <note>Note: CARP sync is currently only supported over http connections - make sure the remote system's WebGUI protocol is set to this! Also note that you will not use the Syncrhonize to IP and password option on backup cluster members!</note> </field> <field> <fielddescr>Remote System Password</fielddescr> <fieldname>password</fieldname> <description>Enter the webGUI password of the system that you would like to synchronize with.</description> <type>password</type> + <note>NOTE: You will not use the Syncrhonize to IP and password option on backup cluster members!</note> </field> </fields> <custom_php_validation_command> |