aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-30 15:31:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-30 15:31:37 -0400
commita6c1e18207e119655aa0a6b3fc759b16c296dd31 (patch)
tree39cf5176e901cbe4c8a4306b485ead50021da4d5 /config/openbgpd/openbgpd.xml
parentad2ef71978bc35e650446a5379a77b640a033470 (diff)
downloadpfsense-packages-a6c1e18207e119655aa0a6b3fc759b16c296dd31.tar.gz
pfsense-packages-a6c1e18207e119655aa0a6b3fc759b16c296dd31.tar.bz2
pfsense-packages-a6c1e18207e119655aa0a6b3fc759b16c296dd31.zip
Adding "RAW Configuration" support which bypasses the GUI and uses the raw file.
Submitted-by: Aarno Aukia (aarnoaukia_AT_gmail.com)
Diffstat (limited to 'config/openbgpd/openbgpd.xml')
-rw-r--r--config/openbgpd/openbgpd.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/openbgpd/openbgpd.xml b/config/openbgpd/openbgpd.xml
index 3bb37f7d..f1130720 100644
--- a/config/openbgpd/openbgpd.xml
+++ b/config/openbgpd/openbgpd.xml
@@ -56,6 +56,11 @@
<item>http://www.pfsense.com/packages/config/openbgpd/openbgpd_status.php</item>
</additional_files_needed>
<additional_files_needed>
+ <prefix>/usr/local/www/</prefix>
+ <chmod>077</chmod>
+ <item>http://www.pfsense.com/packages/config/openbgpd/openbgpd_raw.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>
@@ -91,6 +96,10 @@
<url>/pkg.php?xml=openbgpd_groups.xml&amp;id=0</url>
</tab>
<tab>
+ <text>Raw config</text>
+ <url>/openbgpd_raw.php</url>
+ </tab>
+ <tab>
<text>Status</text>
<url>/openbgpd_status.php</url>
</tab>