diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 02:08:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 02:08:01 +0000 |
commit | 40a86c2d2e9ee84c1c681aba79c32d74b150410c (patch) | |
tree | f8092e3f78bdb2df3ad63444195b97607d893c1d | |
parent | de6d44cb413e01493ce8f834084db85ded1c2719 (diff) | |
download | pfsense-packages-40a86c2d2e9ee84c1c681aba79c32d74b150410c.tar.gz pfsense-packages-40a86c2d2e9ee84c1c681aba79c32d74b150410c.tar.bz2 pfsense-packages-40a86c2d2e9ee84c1c681aba79c32d74b150410c.zip |
Make carp_status.php the default page when you click on CARP from the left hand gui
-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 73acc3e3..91d906f2 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -8,7 +8,7 @@ <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> <section>Services</section> - <configfile>carp.xml</configfile> + <url>carp_status.php</url> </menu> <tabs> <tab> |