diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:52:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-12 06:52:40 +0000 |
commit | 73aabe0511b41f49a8b7b3fdbe958d706b611c22 (patch) | |
tree | d3aeb0ecf1b4fc6d013d50678ee533ee921ef425 | |
parent | 8e511a119d8436a63b8143f189965eb0b12c3e81 (diff) | |
download | pfsense-packages-73aabe0511b41f49a8b7b3fdbe958d706b611c22.tar.gz pfsense-packages-73aabe0511b41f49a8b7b3fdbe958d706b611c22.tar.bz2 pfsense-packages-73aabe0511b41f49a8b7b3fdbe958d706b611c22.zip |
Add a blrub that tells the user to have a optional interface defined and up for each pfsync interface.
-rw-r--r-- | packages/carp_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml index 1f717fa0..b52b96a0 100644 --- a/packages/carp_settings.xml +++ b/packages/carp_settings.xml @@ -72,7 +72,7 @@ <fielddescr>Synchronize Interface</fielddescr> <fieldname>pfsyncinterface</fieldname> <type>interfaces_selection</type> - <description>If Synchronize State is enabled, it will utilize this interface for communication.</description> + <description>If Synchronize State is enabled, it will utilize this interface for communication. NOTE! You must define a IP on each machin participating in this failver group.</description> </field> <field> <fielddescr>Load Balancing</fielddescr> |