diff options
author | jim-p <jimp@pfsense.org> | 2013-11-12 15:55:32 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-11-12 15:55:59 -0500 |
commit | 333d9e83cf67dbbf46b4f8cbdf67f557b8be98a8 (patch) | |
tree | fbe79efb3d3e1a205cd9af2125523c7ea9fac6d1 | |
parent | 04d3a9f630b3acff867560a99025383ddf02da83 (diff) | |
download | pfsense-packages-333d9e83cf67dbbf46b4f8cbdf67f557b8be98a8.tar.gz pfsense-packages-333d9e83cf67dbbf46b4f8cbdf67f557b8be98a8.tar.bz2 pfsense-packages-333d9e83cf67dbbf46b4f8cbdf67f557b8be98a8.zip |
Add missed line to allow other non-filtered routes.
-rw-r--r-- | config/quagga_ospfd/quagga_ospfd.inc | 1 | ||||
-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, 3 deletions
diff --git a/config/quagga_ospfd/quagga_ospfd.inc b/config/quagga_ospfd/quagga_ospfd.inc index b2f800eb..782baf0f 100644 --- a/config/quagga_ospfd/quagga_ospfd.inc +++ b/config/quagga_ospfd/quagga_ospfd.inc @@ -249,6 +249,7 @@ function quagga_ospfd_install_conf() { $zebraconffile .= "log syslog\n"; if (!empty($noaccept)) { $zebraconffile .= $noaccept; + $zebraconffile .= "ip prefix-list ACCEPTFILTER permit any\n"; $zebraconffile .= "route-map ACCEPTFILTER permit 10\n"; $zebraconffile .= "match ip address prefix-list ACCEPTFILTER\n"; $zebraconffile .= "ip protocol ospf route-map ACCEPTFILTER\n"; diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml index 86baaefb..c975961b 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.6</version> + <version>0.6.1</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 3aaa00ff..61ce46a7 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1757,7 +1757,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.22.3 v0.6</version> + <version>0.99.22.3 v0.6.1</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 ff9a1d09..c057471d 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1744,7 +1744,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.22.3 v0.6</version> + <version>0.99.22.3 v0.6.1</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> |