diff options
author | jim-p <jimp@pfsense.org> | 2013-03-05 10:45:01 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-03-05 10:45:01 -0500 |
commit | 9034c74fb85eb222a512243dbaf56c8a6646061d (patch) | |
tree | f09da9683366d82faad8e499679069a3ad57720d | |
parent | 7a8a7dbc0c117f38250df0481e8f0b820e283e3e (diff) | |
download | pfsense-packages-9034c74fb85eb222a512243dbaf56c8a6646061d.tar.gz pfsense-packages-9034c74fb85eb222a512243dbaf56c8a6646061d.tar.bz2 pfsense-packages-9034c74fb85eb222a512243dbaf56c8a6646061d.zip |
Change this quagga command order back, as it appears to be invalid syntax.
-rw-r--r-- | config/quagga_ospfd/quagga_ospfd.inc | 2 | ||||
-rw-r--r-- | config/quagga_ospfd/quagga_ospfd.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | 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 @@ <packagegui> <name>quagga_ospfd</name> - <version>0.5.1</version> + <version>0.5.2</version> <title>Services: Quagga OSPFd</title> <include_file>/usr/local/pkg/quagga_ospfd.inc</include_file> <aftersaveredirect>pkg_edit.php?xml=quagga_ospfd.xml&id=0</aftersaveredirect> 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 @@ <name>Quagga OSPF</name> <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD and OpenBGPD. Installing both will break things.</descr> <maintainer>jimp@pfsense.org</maintainer> - <version>0.99.20.1 v0.5.1</version> + <version>0.99.20.1 v0.5.2</version> <category>Routing</category> <status>BETA</status> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> 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 @@ <name>Quagga OSPF</name> <descr>OSPF routing protocol using Quagga -- WARNING! Installs files to the same place as OpenOSPFD and OpenBGPD. Installing both will break things.</descr> <maintainer>jimp@pfsense.org</maintainer> - <version>0.99.20.1 v0.5.1</version> + <version>0.99.20.1 v0.5.2</version> <category>Routing</category> <status>BETA</status> <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> |