From c583851edec06e7a94a2355c20cb8596e73c0819 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:44:01 +0200 Subject: quagga_ospfd - fix file permissions 0644 is default -> pointless. The shell script does not need to be wold-writeable. Added copyright header, and improved descriptions readability while here. --- config/quagga_ospfd/quagga_ospfd.xml | 85 ++++++++++++++++++++++++++++-------- 1 file changed, 68 insertions(+), 17 deletions(-) (limited to 'config/quagga_ospfd') diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml index 617b5da0..01d67d8a 100644 --- a/config/quagga_ospfd/quagga_ospfd.xml +++ b/config/quagga_ospfd/quagga_ospfd.xml @@ -1,32 +1,70 @@ + + + + + + quagga_ospfd - 0.6.5 + 0.6.6 Services: Quagga OSPFd /usr/local/pkg/quagga_ospfd.inc pkg_edit.php?xml=quagga_ospfd.xml&id=0 /usr/local/pkg/ - 644 https://packages.pfsense.org/packages/config/quagga_ospfd/quagga_ospfd.inc /usr/local/pkg/ - 644 https://packages.pfsense.org/packages/config/quagga_ospfd/quagga_ospfd_interfaces.xml /usr/local/pkg/ - 644 http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd_raw.xml /usr/local/www/ - 644 https://packages.pfsense.org/packages/config/quagga_ospfd/status_ospfd.php /usr/local/bin/ - 777 + 755 https://packages.pfsense.org/packages/config/quagga_ospfd/quaggactl @@ -76,11 +114,7 @@ Master Password password - - - + Password to access the Zebra and OSPF management daemons. Required. input @@ -101,7 +135,8 @@ routerid wikipedia. + Specify the Router ID. RID is the highest logical (loopback) IP address configured on a router.
+ For more information on router identifiers see wikipedia. ]]>
input @@ -111,7 +146,8 @@ area wikipedia. + OSPFd area for this instance of OSPF.
+ For more information on Areas see wikipedia. ]]>
input @@ -151,19 +187,29 @@ SPF Hold Time spfholdtime - Set the SPF holdtime in MILLIseconds. The minimum time between two consecutive shortest path first calculations. The default value is 5 seconds; the valid range is 1-5 seconds. + + milliseconds. The minimum time between two consecutive shortest path first calculations.
+ The default value is 5 seconds; the valid range is 1-5 seconds. + ]]> +
input
SPF Delay spfdelay - Set SPF delay in MILLIseconds. The delay between receiving an update to the link state database and starting the shortest path first calculation. The default value is 1; valid range is 1-10 seconds. + + milliseconds. The delay between receiving an update to the link state database and starting the shortest path first calculation.
+ The default value is 1; valid range is 1-10 seconds. + ]]> +
input
RFC 1583 compatible rfc1583 - If set to yes, decisions regarding AS-external routes are evaluated according to RFC 1583. The default is no. + If set to yes, decisions regarding AS-external routes are evaluated according to RFC 1583. The default is no. checkbox @@ -202,7 +248,12 @@ CARP Status IP carpstatusip - IP address used to determine the CARP status. When the VIP is in BACKUP status, quagga will not be started. <br/>NOTE: Requires changes to /etc/rc.carpmaster to start quagga and /etc/rc.carpbackup to stop quagga or it will not be fully effective. + + + NOTE: Requires changes to /etc/rc.carpmaster to start quagga and /etc/rc.carpbackup to stop quagga or it will not be fully effective. + ]]> + input 25 -- cgit v1.2.3