Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #609 from dhoffend/master | Renato Botelho | 2014-05-08 | 5 | -41/+118 |
|\ | |||||
| * | changed check for config parameter to is_array | Daniel Hoffend | 2014-04-08 | 1 | -2/+2 |
| | | |||||
| * | add support for quagga ospfd raw config support | Daniel Hoffend | 2014-02-27 | 5 | -40/+117 |
| | | |||||
* | | Fixup URLs: | Renato Botelho | 2014-03-18 | 2 | -5/+5 |
|/ | | | | | | - 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 | 2 | -1/+2 |
| | |||||
* | Teach Quagga about accept filtering, either custom or a per-interface ↵ | jim-p | 2013-11-12 | 3 | -1/+28 |
| | | | | 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 |
| | |||||
* | Trim here to avoid an error from output containing a newline | jim-p | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | And fix this bracketing | jim-p | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Escape this $ here. | jim-p | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | add a couple of newlines here for spacing. | jim-p | 2013-06-11 | 1 | -0/+2 |
| | |||||
* | Add another carp status check to quagga package. | jim-p | 2013-06-11 | 2 | -1/+14 |
| | |||||
* | Add a way for quagga to determine if it should run based on the CARP status ↵ | jim-p | 2013-04-22 | 2 | -2/+40 |
| | | | | of a specified VIP. | ||||
* | Change this quagga command order back, as it appears to be invalid syntax. | jim-p | 2013-03-05 | 2 | -2/+2 |
| | |||||
* | Fix "no redistribute" networks in quagga. See ↵ | jim-p | 2013-02-19 | 2 | -2/+2 |
| | | | | http://forum.pfsense.org/index.php/topic,59022.0.html | ||||
* | Close the resource after done | Ermal | 2012-11-27 | 1 | -0/+1 |
| | |||||
* | Use popen here to not reach php memory limits | Ermal | 2012-11-26 | 1 | -6/+3 |
| | |||||
* | Fix syntax error | jim-p | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Update config/quagga_ospfd/quagga_ospfd.inc | julienberton | 2012-08-16 | 1 | -3/+3 |
| | | | | | | | OSPF passwords are in Quagga configuration surrounded by quotes, which is result in MD5 authentication failures where other side like Cisco routers defined the password without quotes. | ||||
* | Add some require_once bits here to ensure functions being called are present ↵ | jim-p | 2012-07-10 | 1 | -0/+3 |
| | | | | for all code paths. | ||||
* | Fixup quagga's behavior for disabling redistribution of certain networks. ↵ | jim-p | 2012-07-06 | 2 | -15/+27 |
| | | | | Fixes #2542 | ||||
* | Reject a password containing a single quote (it does weird things in the pkg ↵ | jim-p | 2012-07-02 | 2 | -1/+11 |
| | | | | code), also do not try to query the zebra or ospfd daemon if they are not running. | ||||
* | Fixup quagga and openbgpd config at bootup issue (use constant, php isn't ↵ | jim-p | 2012-06-15 | 1 | -3/+6 |
| | | | | respecting the global in the context it's called in at boot time) | ||||
* | no trailing slashie here just to be extra safe | jim-p | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Generalize this reference | jim-p | 2012-06-13 | 1 | -2/+2 |
| | |||||
* | Misc quagga updates - ensure user exists, fix some tests, add some safety ↵ | jim-p | 2012-06-13 | 3 | -21/+43 |
| | | | | checks, move config to /var/etc/ | ||||
* | Specify path to config (or the package installed from pbi is unhappy) | jim-p | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | Add option to redistribute kernel routing table | John Grange | 2012-05-28 | 2 | -1/+12 |
| | | | | | | | | | 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 | 3 | -10/+45 |
| | | | | | | Added ability to change areas for selected interfaces and networks that are shared. Signed-off-by: John Grange <john@sd-networks.net> | ||||
* | Killall running copies of zebra and ospfd before starting quagga. | jim-p | 2012-05-22 | 1 | -0/+4 |
| | |||||
* | Clear quagga pid files after killing and before starting. | jim-p | 2012-05-03 | 1 | -0/+4 |
| | |||||
* | For quagga-ospf, the config files also have to be owned by the quagga user. | jim-p | 2012-04-12 | 1 | -0/+1 |
| | |||||
* | Don't print an empty network when generating an ospf config for quagga. | jim-p | 2012-04-04 | 1 | -1/+2 |
| | |||||
* | Fix script path | jim-p | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | First attempt at a Quagga-OSPF package to make OpenOSPFd obsolete. | jim-p | 2012-03-08 | 5 | -0/+775 |
If anyone wants to build on this to support all of quagga's routing protocols, have at it. |