aboutsummaryrefslogtreecommitdiffstats
path: root/config/quagga_ospfd
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes, fix var declarations, full paths to binaries, code styledoktornotor2015-12-021-23/+26
|
* Add privileges configuration to quagga_ospfd packagedoktornotor2015-12-021-0/+50
|
* Add privileges configuration to quagga_ospfd packagedoktornotor2015-12-021-2/+5
|
* quagga_ospfd, bump pkg version 0.6.8PiBa-NL2015-10-091-1/+1
|
* quagga_ospfd, set proper file download reference for quagga_ospfd_raw.xmlPiBa-NL2015-10-091-1/+1
|
* 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
* Update status_ospfd.phpdoktornotor2015-09-011-11/+11
| | | | - Update copyright header - White space / indentation fixes
* quagga_ospfd code styledoktornotor2015-09-011-58/+65
| | | - Code style and indentation fixes
* quagga_ospfd - fix file permissionsdoktornotor2015-08-091-21/+72
| | | Add missing copyright headers, fix indentation and make version consistent while here.
* quagga_ospfd - fix file permissionsdoktornotor2015-08-091-21/+65
| | | Add missing copyright headers, fix indentation and make version consistent while here.
* quagga_ospfd - fix file permissionsdoktornotor2015-08-091-17/+68
| | | | 0644 is default -> pointless. The shell script does not need to be wold-writeable. Added copyright header, and improved descriptions readability while here.
* Fix quagga carp plugin name and version bump.jim-p2015-03-182-2/+2
|
* Add CARP plugin support to quagga so it no longer needs a patch to ↵jim-p2015-02-242-1/+39
| | | | rc.carp(master|backup).
* Fix CARP status check for 2.2jim-p2015-02-242-3/+30
|
* Merge pull request #609 from dhoffend/masterRenato Botelho2014-05-085-41/+118
|\
| * changed check for config parameter to is_arrayDaniel Hoffend2014-04-081-2/+2
| |
| * add support for quagga ospfd raw config supportDaniel Hoffend2014-02-275-40/+117
| |
* | Fixup URLs:Renato Botelho2014-03-182-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-p2013-11-122-1/+2
|
* Teach Quagga about accept filtering, either custom or a per-interface ↵jim-p2013-11-123-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-p2013-08-281-0/+2
|
* 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-112-1/+14
|
* Add a way for quagga to determine if it should run based on the CARP status ↵jim-p2013-04-222-2/+40
| | | | of a specified VIP.
* Change this quagga command order back, as it appears to be invalid syntax.jim-p2013-03-052-2/+2
|
* Fix "no redistribute" networks in quagga. See ↵jim-p2013-02-192-2/+2
| | | | http://forum.pfsense.org/index.php/topic,59022.0.html
* Close the resource after doneErmal2012-11-271-0/+1
|
* Use popen here to not reach php memory limitsErmal2012-11-261-6/+3
|
* 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-062-15/+27
| | | | Fixes #2542
* Reject a password containing a single quote (it does weird things in the pkg ↵jim-p2012-07-022-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-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-133-21/+43
| | | | 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-282-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 interfacesJohn Grange2012-05-283-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-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
|
* Fix script pathjim-p2012-03-081-1/+1
|
* First attempt at a Quagga-OSPF package to make OpenOSPFd obsolete.jim-p2012-03-085-0/+775
If anyone wants to build on this to support all of quagga's routing protocols, have at it.