Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -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-p | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Teach Quagga about accept filtering, either custom or a per-interface ↵ | jim-p | 2013-11-12 | 1 | -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-p | 2013-08-28 | 1 | -0/+2 |
| | |||||
* | Add another carp status check to quagga package. | jim-p | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Add a way for quagga to determine if it should run based on the CARP status ↵ | jim-p | 2013-04-22 | 1 | -1/+8 |
| | | | | of a specified VIP. | ||||
* | Change this quagga command order back, as it appears to be invalid syntax. | jim-p | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | Fix "no redistribute" networks in quagga. See ↵ | jim-p | 2013-02-19 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,59022.0.html | ||||
* | Fixup quagga's behavior for disabling redistribution of certain networks. ↵ | jim-p | 2012-07-06 | 1 | -1/+1 |
| | | | | Fixes #2542 | ||||
* | Misc quagga updates - ensure user exists, fix some tests, add some safety ↵ | jim-p | 2012-06-13 | 1 | -1/+1 |
| | | | | checks, move config to /var/etc/ | ||||
* | Add option to redistribute kernel routing table | John Grange | 2012-05-28 | 1 | -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 interfaces | John Grange | 2012-05-28 | 1 | -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-p | 2012-03-08 | 1 | -0/+173 |
If anyone wants to build on this to support all of quagga's routing protocols, have at it. |