diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-08 18:23:44 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-08 18:23:44 -0300 |
commit | d9a0afd04141ff3798358ea90770b91e23d597c0 (patch) | |
tree | 2b1ba995638d79841ce4288d5e5670327a603c1c /config/quagga_ospfd/quagga_ospfd.xml | |
parent | 89ae41977ee81bd970c4e4cc7e3849300533e689 (diff) | |
parent | 76a6a0ee241ee33c77c07999dd901c10ef466694 (diff) | |
download | pfsense-packages-d9a0afd04141ff3798358ea90770b91e23d597c0.tar.gz pfsense-packages-d9a0afd04141ff3798358ea90770b91e23d597c0.tar.bz2 pfsense-packages-d9a0afd04141ff3798358ea90770b91e23d597c0.zip |
Merge pull request #609 from dhoffend/master
Diffstat (limited to 'config/quagga_ospfd/quagga_ospfd.xml')
-rw-r--r-- | config/quagga_ospfd/quagga_ospfd.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml index 76a396fa..8edfcc3f 100644 --- a/config/quagga_ospfd/quagga_ospfd.xml +++ b/config/quagga_ospfd/quagga_ospfd.xml @@ -15,6 +15,11 @@ <item>https://packages.pfsense.org/packages/config/quagga_ospfd/quagga_ospfd_interfaces.xml</item> </additional_files_needed> <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>644</chmod> + <item>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd_raw.xml</item> + </additional_files_needed> + <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>644</chmod> <item>https://packages.pfsense.org/packages/config/quagga_ospfd/status_ospfd.php</item> @@ -42,6 +47,10 @@ <url>pkg.php?xml=quagga_ospfd_interfaces.xml</url> </tab> <tab> + <text>Raw Config</text> + <url>pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0</url> + </tab> + <tab> <text>Status</text> <url>/status_ospfd.php</url> </tab> @@ -199,4 +208,4 @@ <custom_php_validation_command> quagga_ospfd_validate_input(); </custom_php_validation_command> -</packagegui>
\ No newline at end of file +</packagegui> |