diff options
author | jim-p <jimp@pfsense.org> | 2015-12-09 08:25:18 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-12-09 08:25:18 -0500 |
commit | 27f16996febd41362d312466e6f2b6cf5b3f00e4 (patch) | |
tree | cd7f0894d43b5e620fe1e28846ce49b2f9e8021b | |
parent | 084051a9d97c09873e76ae20b560d391885e3c49 (diff) | |
parent | 6d67e32abe0ea2157b3047cde6d06afc9dbbf83f (diff) | |
download | pfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.tar.gz pfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.tar.bz2 pfsense-packages-27f16996febd41362d312466e6f2b6cf5b3f00e4.zip |
Merge pull request #1211 from doktornotor/patch-2
-rw-r--r-- | config/routed/routed.inc | 5 | ||||
-rw-r--r-- | config/routed/routed.xml | 5 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
5 files changed, 10 insertions, 6 deletions
diff --git a/config/routed/routed.inc b/config/routed/routed.inc index c83b0052..5bee0cac 100644 --- a/config/routed/routed.inc +++ b/config/routed/routed.inc @@ -27,6 +27,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("config.inc"); +require_once("interfaces.inc"); +require_once("service-utils.inc"); +require_once("util.inc"); + function setup_routed() { global $config; diff --git a/config/routed/routed.xml b/config/routed/routed.xml index 960cf83b..f7994e51 100644 --- a/config/routed/routed.xml +++ b/config/routed/routed.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>routed</name> - <version>1.2.2</version> + <version>1.2.3</version> <title>Services: RIP</title> <include_file>/usr/local/pkg/routed.inc</include_file> <aftersaveredirect>pkg_edit.php?xml=routed.xml</aftersaveredirect> @@ -58,7 +58,7 @@ <name>RIP</name> <section>Services</section> <configfile>routed.xml</configfile> - <url>pkg_edit.php?xml=routed.xml</url> + <url>/pkg_edit.php?xml=routed.xml</url> </menu> <service> <name>routed</name> @@ -73,7 +73,6 @@ <active/> </tab> </tabs> - <configpath>['installedpackages']['routed']['config']</configpath> <fields> <field> <fielddescr>Enable RIP</fielddescr> diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 032cbf5a..34fc8c4e 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -444,7 +444,7 @@ <category>Network Management</category> <port_category>net</port_category> <config_file>https://packages.pfsense.org/packages/config/routed/routed.xml</config_file> - <version>1.2.2</version> + <version>1.2.3</version> <status>RELEASE</status> <required_version>2.2</required_version> <configurationfile>routed.xml</configurationfile> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 5b894299..158cb027 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -463,7 +463,7 @@ <descr>RIP v1 and v2 daemon.</descr> <category>Network Management</category> <config_file>https://packages.pfsense.org/packages/config/routed/routed.xml</config_file> - <version>1.2.2</version> + <version>1.2.3</version> <status>Stable</status> <required_version>2.1</required_version> <configurationfile>routed.xml</configurationfile> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 7c5e3b79..8c7a21ee 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -463,7 +463,7 @@ <descr>RIP v1 and v2 daemon.</descr> <category>Network Management</category> <config_file>https://packages.pfsense.org/packages/config/routed/routed.xml</config_file> - <version>1.2.2</version> + <version>1.2.3</version> <status>Stable</status> <required_version>2.1</required_version> <configurationfile>routed.xml</configurationfile> |