aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd.xml
diff options
context:
space:
mode:
authorBill Marquette <bill.marquette@gmail.com>2009-02-06 19:18:00 -0600
committerBill Marquette <bill.marquette@gmail.com>2009-02-06 19:18:00 -0600
commit55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 (patch)
treeba4783bab1dd65f1ceef2dfac9fdbd515531d18b /config/openbgpd/openbgpd.xml
parent67780cc9d469288742aea5bc378c29a54edd5ec5 (diff)
downloadpfsense-packages-55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1.tar.gz
pfsense-packages-55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1.tar.bz2
pfsense-packages-55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1.zip
mv packages to config dir to match web layout
Diffstat (limited to 'config/openbgpd/openbgpd.xml')
-rw-r--r--config/openbgpd/openbgpd.xml155
1 files changed, 155 insertions, 0 deletions
diff --git a/config/openbgpd/openbgpd.xml b/config/openbgpd/openbgpd.xml
new file mode 100644
index 00000000..4b85dbd0
--- /dev/null
+++ b/config/openbgpd/openbgpd.xml
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
+<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
+<packagegui>
+ <copyright>
+ <![CDATA[
+/* $Id$ */
+/* ========================================================================== */
+/*
+ openbgpd.xml
+ Copyright (C) 2007 Scott Ullrich (sullrich@gmail.com)
+ part of pfSense (http://www.pfSense.com)
+ All rights reserved.
+ */
+/* ========================================================================== */
+/*
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ */
+/* ========================================================================== */
+ ]]>
+ </copyright>
+ <description>Describe your package here</description>
+ <requirements>Describe your package requirements here</requirements>
+ <faq>Currently there are no FAQ items provided.</faq>
+ <name>OpenBGPD</name>
+ <version>1</version>
+ <title>Services: OpenBGPD</title>
+ <include_file>/usr/local/pkg/openbgpd.inc</include_file>
+ <additional_files_needed>
+ <prefix>/usr/local/www/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/openbgpd/openbgpd_status.php</item>
+ </additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/openbgpd/openbgpd.inc</item>
+ </additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/openbgpd/openbgpd_groups.xml</item>
+ </additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/openbgpd/openbgpd_neighbors.xml</item>
+ </additional_files_needed>
+ <menu>
+ <name>OpenBGPD</name>
+ <tooltiptext></tooltiptext>
+ <section>Services</section>
+ <url>/pkg_edit.php?xml=openbgpd.xml&amp;id=0</url>
+ </menu>
+ <tabs>
+ <tab>
+ <text>Settings</text>
+ <url>/pkg_edit.php?xml=openbgpd.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ <tab>
+ <text>Neighbors</text>
+ <url>/pkg.php?xml=openbgpd_neighbors.xml</url>
+ </tab>
+ <tab>
+ <text>Groups</text>
+ <url>/pkg.php?xml=openbgpd_groups.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Status</text>
+ <url>/openbgpd_status.php</url>
+ </tab>
+ </tabs>
+ <fields>
+ <field>
+ <fielddescr>Autonomous Systems (AS) Number</fielddescr>
+ <fieldname>asnum</fieldname>
+ <description>Set the local autonomous system number to as-number.</description>
+ <type>input</type>
+ </field>
+
+ <field>
+ <fielddescr>Holdtime</fielddescr>
+ <fieldname>holdtime</fieldname>
+ <description>Set the holdtime in seconds. The holdtime is reset to its initial value every time either a KEEPALIVE or an UPDATE message is received from the neighbor. If the holdtime expires the session is dropped. The default is 90 seconds. Neighboring systems negotiate the holdtime used when the connection is established in the OPEN messages. Each neighbor announces its configured hold- time; the smaller one is then agreed upon.</description>
+ <type>input</type>
+ </field>
+
+ <field>
+ <fielddescr>fib-update</fielddescr>
+ <fieldname>fibupdate</fieldname>
+ <description>If set to no, do not update the Forwarding Information Base a.k.a. the kernel routing table. The default is yes.</description>
+ <type>select</type>
+ <options>
+ <option><name>yes</name><value>yes</value></option>
+ <option><name>no</name><value>no</value></option>
+ </options>
+ </field>
+ <field>
+ <fielddescr>Listen on IP</fielddescr>
+ <fieldname>listenip</fieldname>
+ <description>Specify the local IP address bgpd(8) should listen on.</description>
+ <type>input</type>
+ </field>
+
+ <field>
+ <fielddescr>Router IP</fielddescr>
+ <fieldname>routerid</fieldname>
+ <description>Set the router ID to the given IP address, which must be local to the machine.</description>
+ <type>input</type>
+ </field>
+
+
+ <field>
+ <fielddescr>Networks</fielddescr>
+ <fieldname>network</fieldname>
+ <type>rowhelper</type>
+ <description></description>
+ <rowhelper>
+ <rowhelperfield>
+ <fielddescr>Announce the specified network as belonging to our AS. If set to connected, routes to directly attached networks will be announced. If set to static, all static routes will be announced.</fielddescr>
+ <fieldname>networks</fieldname>
+ <description>Network that you would like to advertise</description>
+ <type>input</type>
+ <size>45</size>
+ </rowhelperfield>
+ </rowhelper>
+ </field>
+ </fields>
+ <custom_php_deinstall_command>
+ deinstall_openbgpd();
+ </custom_php_deinstall_command>
+ <custom_php_resync_config_command>
+ openbgpd_install_conf();
+ </custom_php_resync_config_command>
+</packagegui>