diff options
author | Colin Smith <colin@pfsense.org> | 2005-06-07 18:49:20 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-06-07 18:49:20 +0000 |
commit | 31cba31abe0bd0eda2fd0fec34b6770bf02745c9 (patch) | |
tree | ec5326e17d1440d37e9cd382697366063393fa02 | |
parent | 56ef86adc29649a3a0a462119192f4f091a6e576 (diff) | |
download | pfsense-packages-31cba31abe0bd0eda2fd0fec34b6770bf02745c9.tar.gz pfsense-packages-31cba31abe0bd0eda2fd0fec34b6770bf02745c9.tar.bz2 pfsense-packages-31cba31abe0bd0eda2fd0fec34b6770bf02745c9.zip |
Trim tooltip.
-rw-r--r-- | packages/carp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 106ba0a8..02a78d22 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -7,7 +7,7 @@ <!-- Menu is where this packages menu will appear --> <menu> <name>CARP (failover)</name> - <tooltiptext>CARP is a tool to help achieve system redundancy, by having multiple computers creating a single, virtual network interface between them, so that if any machine fails, another can respond instead, and/or allowing a degree of load sharing between systems. CARP is an improvement over the Virtual Router Redundancy Protocol (VRRP) standard. It was developed after VRRP was deemed to be not free enough because of a possibly-overlapping Cisco patent.</tooltiptext> + <tooltiptext>CARP is a tool to help achieve system redundancy, by having multiple computers creating a single, virtual network interface between them.</tooltiptext> <section>Services</section> <url>carp_status.php</url> </menu> |