From 9034c74fb85eb222a512243dbaf56c8a6646061d Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 5 Mar 2013 10:45:01 -0500 Subject: Change this quagga command order back, as it appears to be invalid syntax. --- config/quagga_ospfd/quagga_ospfd.inc | 2 +- config/quagga_ospfd/quagga_ospfd.xml | 2 +- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/quagga_ospfd/quagga_ospfd.inc b/config/quagga_ospfd/quagga_ospfd.inc index 6dd917f3..598d3c00 100644 --- a/config/quagga_ospfd/quagga_ospfd.inc +++ b/config/quagga_ospfd/quagga_ospfd.inc @@ -215,11 +215,11 @@ function quagga_ospfd_install_conf() { $conffile .= $redist; if (!empty($noredist)) { - $conffile .= $noredist; $conffile .= " distribute-list dnr-list out connected\n"; $conffile .= " distribute-list dnr-list out kernel\n"; $conffile .= " distribute-list dnr-list out static\n"; //$conffile .= " distribute-list dnr-list out ospf\n"; + $conffile .= $noredist; $conffile .= " access-list dnr-list permit any\n"; } diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml index 3a852a80..3348dff3 100644 --- a/config/quagga_ospfd/quagga_ospfd.xml +++ b/config/quagga_ospfd/quagga_ospfd.xml @@ -1,6 +1,6 @@ quagga_ospfd - 0.5.1 + 0.5.2 Services: Quagga OSPFd /usr/local/pkg/quagga_ospfd.inc pkg_edit.php?xml=quagga_ospfd.xml&id=0 diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 28d7f6ff..4cae7f49 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1704,7 +1704,7 @@ Quagga OSPF OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD and OpenBGPD. Installing both will break things. jimp@pfsense.org - 0.99.20.1 v0.5.1 + 0.99.20.1 v0.5.2 Routing BETA http://files.pfsense.org/packages/8/All/ diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 1c96c513..9bf91797 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1691,7 +1691,7 @@ Quagga OSPF OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD and OpenBGPD. Installing both will break things. jimp@pfsense.org - 0.99.20.1 v0.5.1 + 0.99.20.1 v0.5.2 Routing BETA http://files.pfsense.org/packages/amd64/8/All/ -- cgit v1.2.3