Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -14/+26 |
| | | | | Fixes #2542 | ||||
* | Reject a password containing a single quote (it does weird things in the pkg ↵ | jim-p | 2012-07-02 | 1 | -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-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 | 1 | -18/+39 |
| | | | | 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 | 1 | -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 interfaces | John Grange | 2012-05-28 | 1 | -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-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 |
| | |||||
* | First attempt at a Quagga-OSPF package to make OpenOSPFd obsolete. | jim-p | 2012-03-08 | 1 | -0/+270 |
If anyone wants to build on this to support all of quagga's routing protocols, have at it. |