aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-22 19:11:23 +0000
committerColin Smith <colin@pfsense.org>2005-03-22 19:11:23 +0000
commita37b1e5637ec965c9402ca9b7a0324a2a3eb7a09 (patch)
treeb973ff55dafdc861d1c7177f2e3adc19d531762b
parent320262bf68ce12eaae85afccf22418bde673cc0b (diff)
downloadpfsense-packages-a37b1e5637ec965c9402ca9b7a0324a2a3eb7a09.tar.gz
pfsense-packages-a37b1e5637ec965c9402ca9b7a0324a2a3eb7a09.tar.bz2
pfsense-packages-a37b1e5637ec965c9402ca9b7a0324a2a3eb7a09.zip
Add ifstated to pkg_config.xml by request.
-rw-r--r--pkg_config.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml
index d1e30d51..8827fe09 100644
--- a/pkg_config.xml
+++ b/pkg_config.xml
@@ -213,6 +213,20 @@
<config_file>http://www.pfsense.com/packages/config/squid.xml</config_file>
<configurationfile>squid.xml</configurationfile>
</package>
+ <package>
+ <name>ifstated</name>
+ <website>http://www.openbsd.org/</website>
+ <descr>The ifstated daemon runs commands in response to network state changes, which it determines by monitoring interface link state or running e
+xter- nal tests. For example, it can be used with carp(4) to change running services or to ensure that carp(4) interfaces stay in sync, or with pf(4) to
+test server or link availability and modify translation or routing rules. This package is currently useless without the carp package installed.</descr>
+ <category>Network Management</category>
+ <config_file>http://www.pfsense.com/packages/config/ifstated.xml</config_file>
+ <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url>
+ <depends_on_package>ifstated-20041117.tbz</depends_on_package>
+ <version>20041117</version>
+ <status>ALPHA</status>
+ <configurationfile>ifstated.xml</configurationfile>
+ </package>
<package>
<name>ifdepd</name>
<descr>The ifdepd daemon implements dependencies between network interfaces in a reliable fashion. If any of the source interfaces fails, ifdepd sets all destination interfaces to state down. If all source interfaces are up, ifdepd sets all destination interfaces to state up.</descr>