aboutsummaryrefslogtreecommitdiffstats
path: root/config/quagga_ospfd/quagga_ospfd.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix quagga carp plugin name and version bump.jim-p2015-03-181-1/+1
|
* Add CARP plugin support to quagga so it no longer needs a patch to ↵jim-p2015-02-241-1/+6
| | | | rc.carp(master|backup).
* Fix CARP status check for 2.2jim-p2015-02-241-1/+1
|
* Merge pull request #609 from dhoffend/masterRenato Botelho2014-05-081-1/+10
|\
| * add support for quagga ospfd raw config supportDaniel Hoffend2014-02-271-1/+10
| |
* | Fixup URLs:Renato Botelho2014-03-181-4/+4
|/ | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Add missed line to allow other non-filtered routes.jim-p2013-11-121-1/+1
|
* Teach Quagga about accept filtering, either custom or a per-interface ↵jim-p2013-11-121-1/+8
| | | | settign to deny certain routes delivered from remote OSPF peers. This should finally solve the Multi-WAN+VPN issue with learned routes for interconnects preventing a VPN from restarting. Fixes #2712
* Fixup a bunch of package service descriptions.jim-p2013-08-281-0/+2
|
* Add another carp status check to quagga package.jim-p2013-06-111-1/+1
|
* Add a way for quagga to determine if it should run based on the CARP status ↵jim-p2013-04-221-1/+8
| | | | of a specified VIP.
* Change this quagga command order back, as it appears to be invalid syntax.jim-p2013-03-051-1/+1
|
* Fix "no redistribute" networks in quagga. See ↵jim-p2013-02-191-1/+1
| | | | http://forum.pfsense.org/index.php/topic,59022.0.html
* Fixup quagga's behavior for disabling redistribution of certain networks. ↵jim-p2012-07-061-1/+1
| | | | Fixes #2542
* Misc quagga updates - ensure user exists, fix some tests, add some safety ↵jim-p2012-06-131-1/+1
| | | | checks, move config to /var/etc/
* Add option to redistribute kernel routing tableJohn Grange2012-05-281-1/+8
| | | | | | | | | Quagga "redistribute static" behaves differently than ospfd redistribute static = only quagga static routes (in zebra) redistribute kernel = outside routes (from pfsense) Signed-off-by: John Grange <john@sd-networks.net>
* Multiple Areas in networks and interfacesJohn Grange2012-05-281-0/+6
| | | | | | Added ability to change areas for selected interfaces and networks that are shared. Signed-off-by: John Grange <john@sd-networks.net>
* First attempt at a Quagga-OSPF package to make OpenOSPFd obsolete.jim-p2012-03-081-0/+173
If anyone wants to build on this to support all of quagga's routing protocols, have at it.