diff options
author | Bill Marquette <billm@pfsense.org> | 2006-07-03 02:01:41 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-07-03 02:01:41 +0000 |
commit | 2e229cb573955f1033f9da0d03cd8a3161314fda (patch) | |
tree | 6297ff2081f3bff8ab23c7dd885fa18ce1508702 | |
parent | 8242ff3c3b4b2accf793b647953810832030a229 (diff) | |
download | pfsense-packages-2e229cb573955f1033f9da0d03cd8a3161314fda.tar.gz pfsense-packages-2e229cb573955f1033f9da0d03cd8a3161314fda.tar.bz2 pfsense-packages-2e229cb573955f1033f9da0d03cd8a3161314fda.zip |
enabled routed package so it can be tested by others
-rw-r--r-- | pkg_config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index c78e544b..79366ae9 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -261,6 +261,17 @@ <logfilename>arpwatch.log</logfilename> </logging> </package> + <package> + <name>routed</name> + <descr>RIP v1 and v2 daemon</descr> + <website>http://www.pfsense.com/</website> + <maintainer>billm@pfsense.org</maintainer> + <category>Network Management</category> + <version>1.0</version> + <status>ALPHA</status> + <config_file>http://www.pfsense.com/packages/config/routed.xml</config_file> + <configurationfile>routed.xml</configurationfile> + </package> </packages> <package> <name>powerdns</name> |