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') 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 From cbe92ba232ddf911553b559ab1c6319f53ff2c7c Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:51:28 +0200 Subject: quagga_ospfd - fix file permissions Add missing copyright headers, fix indentation and make version consistent while here. --- config/quagga_ospfd/quagga_ospfd_interfaces.xml | 86 +++++++++++++++++++------ 1 file changed, 65 insertions(+), 21 deletions(-) (limited to 'config') diff --git a/config/quagga_ospfd/quagga_ospfd_interfaces.xml b/config/quagga_ospfd/quagga_ospfd_interfaces.xml index f9953112..ef594bfd 100644 --- a/config/quagga_ospfd/quagga_ospfd_interfaces.xml +++ b/config/quagga_ospfd/quagga_ospfd_interfaces.xml @@ -1,12 +1,53 @@ + + + + + + quagga_ospfd_interfaces - 0.1 + 0.6.6 Services: Quagga OSPFd /usr/local/pkg/quagga_ospfd.inc pkg.php?xml=quagga_ospfd_interfaces.xml /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/quagga_ospfd/quagga_ospfd.inc @@ -17,23 +58,23 @@ /pkg_edit.php?xml=quagga_ospfd.xml&id=0 - - Global Settings - pkg_edit.php?xml=quagga_ospfd.xml&id=0 - - - Interface Settings - pkg.php?xml=quagga_ospfd_interfaces.xml - - - - Raw Config - pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0 - - - Status - /status_ospfd.php - + + Global Settings + pkg_edit.php?xml=quagga_ospfd.xml&id=0 + + + Interface Settings + pkg.php?xml=quagga_ospfd_interfaces.xml + + + + Raw Config + pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0 + + + Status + /status_ospfd.php + @@ -87,7 +128,7 @@ Interface is Passive passive - Prevent transmission and reception of OSPF packets on this interface. The specified interface will be announced as a stub network. + Prevent transmission and reception of OSPF packets on this interface. The specified interface will be announced as a stub network. checkbox @@ -112,7 +153,10 @@ Router Priority routerpriorityelections - Router priority when participating in elections for DR (Default 1) Valid range is 0-255. 0 will cause the router to not participate in election. + + Valid range is 0-255. 0 will cause the router to not participate in election. + ]]> input -- cgit v1.2.3 From fae52a31e634114ec7583ea8e0d0b430f32ab24a Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:55:58 +0200 Subject: quagga_ospfd - fix file permissions Add missing copyright headers, fix indentation and make version consistent while here. --- config/quagga_ospfd/quagga_ospfd_raw.xml | 93 ++++++++++++++++++++++++-------- 1 file changed, 72 insertions(+), 21 deletions(-) (limited to 'config') diff --git a/config/quagga_ospfd/quagga_ospfd_raw.xml b/config/quagga_ospfd/quagga_ospfd_raw.xml index b34558de..3b56cc52 100644 --- a/config/quagga_ospfd/quagga_ospfd_raw.xml +++ b/config/quagga_ospfd/quagga_ospfd_raw.xml @@ -1,12 +1,53 @@ + + + + + + quagga_ospfd_raw - 0.1 + 0.6.6 Services: Quagga OSPFd /usr/local/pkg/quagga_ospfd.inc pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0 /usr/local/pkg/ - 077 http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.inc @@ -17,23 +58,23 @@ /pkg_edit.php?xml=quagga_ospfd.xml&id=0 - - Global Settings - pkg_edit.php?xml=quagga_ospfd.xml&id=0 - - - Interface Settings - pkg.php?xml=quagga_ospfd_interfaces.xml - - - Raw Config - pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0 - - - - Status - /status_ospfd.php - + + Global Settings + pkg_edit.php?xml=quagga_ospfd.xml&id=0 + + + Interface Settings + pkg.php?xml=quagga_ospfd_interfaces.xml + + + Raw Config + pkg_edit.php?xml=quagga_ospfd_raw.xml&id=0 + + + + Status + /status_ospfd.php + Quagga OSPFd @@ -49,7 +90,12 @@ ospfd.conf ospfd - Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here. To get back the assisted config save this form below once with both empty input fields. + + + To get back the assisted config save this form below once with both empty input fields. + ]]> + textarea base64 30 @@ -58,7 +104,12 @@ zebra.conf zebra - Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here. To get back the assisted config save this form below once with both empty input fields. + + + To get back the assisted config save this form below once with both empty input fields. + ]]> + textarea base64 30 -- cgit v1.2.3