aboutsummaryrefslogtreecommitdiffstats
path: root/config/quagga_ospfd/quagga_ospfd.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes, fix var declarations, full paths to binaries, code styledoktornotor2015-12-021-23/+26
|
* quagga_ospfd - fix OSPF authentication (resubmit of #1039)doktornotor2015-09-041-0/+10
| | | | Resubmit of #1039 with code style fixes. Reference: - https://forum.pfsense.org/index.php?topic=72343.msg394722#msg394722
* quagga_ospfd code styledoktornotor2015-09-011-58/+65
| | | - Code style and indentation fixes
* 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-0/+33
| | | | rc.carp(master|backup).
* Fix CARP status check for 2.2jim-p2015-02-241-2/+29
|
* changed check for config parameter to is_arrayDaniel Hoffend2014-04-081-2/+2
|
* add support for quagga ospfd raw config supportDaniel Hoffend2014-02-271-39/+28
|
* Add missed line to allow other non-filtered routes.jim-p2013-11-121-0/+1
|
* Teach Quagga about accept filtering, either custom or a per-interface ↵jim-p2013-11-121-0/+14
| | | | 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
* Trim here to avoid an error from output containing a newlinejim-p2013-06-111-1/+1
|
* And fix this bracketingjim-p2013-06-111-1/+1
|
* Escape this $ here.jim-p2013-06-111-1/+1
|
* add a couple of newlines here for spacing.jim-p2013-06-111-0/+2
|
* Add another carp status check to quagga package.jim-p2013-06-111-0/+13
|
* Add a way for quagga to determine if it should run based on the CARP status ↵jim-p2013-04-221-1/+32
| | | | 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
* Fix syntax errorjim-p2012-08-181-1/+1
|
* Update config/quagga_ospfd/quagga_ospfd.incjulienberton2012-08-161-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-p2012-07-101-0/+3
| | | | for all code paths.
* Fixup quagga's behavior for disabling redistribution of certain networks. ↵jim-p2012-07-061-14/+26
| | | | Fixes #2542
* Reject a password containing a single quote (it does weird things in the pkg ↵jim-p2012-07-021-0/+2
| | | | 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-p2012-06-151-3/+6
| | | | respecting the global in the context it's called in at boot time)
* no trailing slashie here just to be extra safejim-p2012-06-151-1/+1
|
* Generalize this referencejim-p2012-06-131-2/+2
|
* Misc quagga updates - ensure user exists, fix some tests, add some safety ↵jim-p2012-06-131-18/+39
| | | | checks, move config to /var/etc/
* Specify path to config (or the package installed from pbi is unhappy)jim-p2012-06-071-2/+2
|
* Add option to redistribute kernel routing tableJohn Grange2012-05-281-0/+4
| | | | | | | | | 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-10/+33
| | | | | | 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-p2012-05-221-0/+4
|
* Clear quagga pid files after killing and before starting.jim-p2012-05-031-0/+4
|
* For quagga-ospf, the config files also have to be owned by the quagga user.jim-p2012-04-121-0/+1
|
* Don't print an empty network when generating an ospf config for quagga.jim-p2012-04-041-1/+2
|
* First attempt at a Quagga-OSPF package to make OpenOSPFd obsolete.jim-p2012-03-081-0/+270
If anyone wants to build on this to support all of quagga's routing protocols, have at it.