aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-13 19:45:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-13 19:45:39 +0000
commita401b050a97d325eb6aa12e92ddfeb18b33c3833 (patch)
tree051c3ba25d2e4e3b29e8268e61d4a077212ca5b1
parent4d66f7ce7591d26ac11efb72aed85a9f3fcb0d75 (diff)
downloadpfsense-packages-a401b050a97d325eb6aa12e92ddfeb18b33c3833.tar.gz
pfsense-packages-a401b050a97d325eb6aa12e92ddfeb18b33c3833.tar.bz2
pfsense-packages-a401b050a97d325eb6aa12e92ddfeb18b33c3833.zip
Add CARP to the packages menu.
-rw-r--r--pkg_config.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/pkg_config.xml b/pkg_config.xml
index a1455095..8d207f42 100644
--- a/pkg_config.xml
+++ b/pkg_config.xml
@@ -66,6 +66,22 @@
<config_file>http://www.pfsense.com/packages/config/stunnel.xml</config_file>
<configurationfile>stunnel.xml</configurationfile>
</package>
+
+ <package>
+ <name>carp</name>
+ <descr>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.</descr>
+ <website>http://www.openbsd.org/faq/faq6.html#CARP</website>
+ <category>Network Management</category>
+ <!--
+ <depends_on_package_base_url></depends_on_package_base_url>
+ <depends_on_package>powerdns-2.9.16_4.tbz</depends_on_package>
+ -->
+ <version></version>
+ <status>ALPHA</status>
+ <config_file>http://www.pfsense.com/packages/config/carp.xml</config_file>
+ <configurationfile>carp.xml</configurationfile>
+ </package>
+
<package>
<name>powerdns</name>
<descr>PowerDNS (AKA pdns) is an advanced high performance authoritative nameserver with MANY advanced features</descr>
@@ -74,7 +90,7 @@
<depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/All</depends_on_package_base_url>
<depends_on_package>powerdns-2.9.16_4.tbz</depends_on_package>
<version>2.9.16_4</version>
- <status>Beta</status>
+ <status>ALPHA (NO GUI)</status>
<config_file>http://www.pfsense.com/packages/config/powerdns.xml</config_file>
<configurationfile>powerdns.xml</configurationfile>
</package>