aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd_status.php
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_status.php
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_status.php')
-rw-r--r--config/openbgpd/openbgpd_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php
index 5660734f..414c56e0 100644
--- a/config/openbgpd/openbgpd_status.php
+++ b/config/openbgpd/openbgpd_status.php
@@ -120,6 +120,7 @@ function execCmds() {
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=openbgpd.xml&id=0");
$tab_array[] = array(gettext("Neighbors"), false, "/pkg.php?xml=openbgpd_neighbors.xml");
$tab_array[] = array(gettext("Groups"), false, "/pkg.php?xml=openbgpd_groups.xml");
+ $tab_array[] = array(gettext("Raw config"), true, "/openbgpd_raw.php");
$tab_array[] = array(gettext("Status"), true, "/openbgpd_status.php");
display_top_tabs($tab_array);
?>