From d9da4e43b78cffee861415e9a1628dde12602c6f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 19 Feb 2013 12:46:07 -0500 Subject: Fix "no redistribute" networks in quagga. See http://forum.pfsense.org/index.php/topic,59022.0.html --- 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 598d3c00..6dd917f3 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 d1e96efa..3a852a80 100644 --- a/config/quagga_ospfd/quagga_ospfd.xml +++ b/config/quagga_ospfd/quagga_ospfd.xml @@ -1,6 +1,6 @@ quagga_ospfd - 0.5 + 0.5.1 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 06f13826..a968e96b 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1679,7 +1679,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 + 0.99.20.1 v0.5.1 Routing BETA http://files.pfsense.org/packages/8/All/ diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 512c5190..d40d44dc 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1666,7 +1666,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 + 0.99.20.1 v0.5.1 Routing BETA http://files.pfsense.org/packages/amd64/8/All/ -- cgit v1.2.3