Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix unclosed <a> | Renato Botelho | 2013-07-23 | 1 | -1/+1 | |
| | ||||||
* | simplify a bit using foreach | Renato Botelho | 2013-07-23 | 1 | -6/+4 | |
| | ||||||
* | Remove unused functions | Renato Botelho | 2013-07-23 | 1 | -12/+0 | |
| | ||||||
* | Fix indent and whitespaces, also remove an extra </table> | Renato Botelho | 2013-07-23 | 1 | -52/+51 | |
| | ||||||
* | Only flush the output every thousand lines. Every single line was a little ↵ | jim-p | 2013-04-18 | 1 | -1/+5 | |
| | | | | too often. | |||||
* | Fix bgpd.conf closing a curly only when it was opened | Renato Botelho | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | remove unused variable | Renato Botelho | 2013-04-18 | 1 | -1/+0 | |
| | ||||||
* | Fix indent | Renato Botelho | 2013-04-18 | 1 | -123/+123 | |
| | ||||||
* | Flush output buffer while running bgp status commands to avoid a php crash | jim-p | 2013-04-05 | 1 | -0/+1 | |
| | ||||||
* | Correct permission otherwise openbgpd does not start | Ermal | 2013-03-28 | 1 | -2/+2 | |
| | ||||||
* | Correctly write config file and also properly avoid php errors with some ↵ | Ermal | 2013-03-28 | 1 | -22/+24 | |
| | | | | extra safety belts | |||||
* | Do not make mandatory the local addr but use the listenip if local address ↵ | Ermal | 2013-03-28 | 2 | -2/+12 | |
| | | | | is not set to easy configuration same as was previously done with setkey | |||||
* | No need anymore for the setkey command | Ermal | 2013-03-28 | 1 | -32/+6 | |
| | ||||||
* | Actually the md5sigkey is directly given in hex revert partially previous commit | Ermal | 2013-03-27 | 1 | -10/+4 | |
| | ||||||
* | Correctly generate the hex value needed for md5sigkey value. Use correct ↵ | Ermal | 2013-03-27 | 1 | -13/+15 | |
| | | | | permissions for configuration file when generating | |||||
* | Rename function to not clash with pfsense one | Ermal | 2013-03-19 | 1 | -3/+3 | |
| | ||||||
* | Correct descpriton | Ermal | 2013-03-15 | 1 | -2/+2 | |
| | ||||||
* | 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 | -8/+3 | |
| | ||||||
* | Call the direct bgpd binary to avoid a potential conflict with quagga on 2.1 ↵ | jim-p | 2012-11-26 | 1 | -1/+8 | |
| | | | | (unavoidable on 1.2.x/2.0.x) | |||||
* | Fix constant define syntax | jim-p | 2012-08-24 | 1 | -7/+7 | |
| | ||||||
* | Change up some bgpd initialization, fixes #2572 | jim-p | 2012-08-22 | 1 | -55/+61 | |
| | ||||||
* | 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 and openbgpd config at bootup issue (use constant, php isn't ↵ | jim-p | 2012-06-15 | 1 | -4/+6 | |
| | | | | respecting the global in the context it's called in at boot time) | |||||
* | No slashie here, too, just in case | jim-p | 2012-06-15 | 1 | -1/+1 | |
| | ||||||
* | Add user checks to openbgpd so it will work properly when installed from ↵ | jim-p | 2012-06-13 | 1 | -18/+48 | |
| | | | | pbi. Plus a couple other quick fixes. | |||||
* | more text fixes | Chris Buechler | 2010-10-13 | 1 | -2/+2 | |
| | ||||||
* | add set nexthop parameters and fix many typos in openbgpd package | Chris Buechler | 2010-10-13 | 2 | -10/+15 | |
| | ||||||
* | fix up text | Chris Buechler | 2010-10-13 | 1 | -2/+2 | |
| | ||||||
* | Some cosmetic changes to OpenBGP. Submitted-By: garga on IRC | jim-p | 2010-09-20 | 2 | -10/+29 | |
| | ||||||
* | Add input validation for most fields. Remove broken input validation that ↵ | Chris Buechler | 2010-06-10 | 3 | -4/+40 | |
| | | | | | | made editing groups impossible. Still don't have input validation for parameters, nor validation ensuring groups that are in use cannot be deleted. | |||||
* | fix startup script and FIB update option | Chris Buechler | 2010-06-10 | 1 | -2/+5 | |
| | ||||||
* | Add missing </li> | Scott Ullrich | 2010-03-06 | 1 | -1/+1 | |
| | ||||||
* | Adding patch from Aarno Aukia which fixes duplicate bgpd processes. | Scott Ullrich | 2010-01-31 | 1 | -1/+5 | |
| | ||||||
* | Adding patch from Evgeny Yurchenko | sullrich | 2009-12-12 | 2 | -5/+6 | |
| | | | | | | 0) add missing right bracket 1) Status has two "OpenBGPD Routing" sections, one of them should be renamed to "Forwarding" as it shows fib not rib. 2) "OpenBGPD IP" section returns error | |||||
* | * Properly clean up SADB entries when uninstalling/updating policy rules. | Ermal Luçi | 2009-10-04 | 2 | -12/+25 | |
| | | | | * Fix xml configuration of groups on neighbors. | |||||
* | Enable TCP-MD5 support on this pacakge. | Ermal Luçi | 2009-10-04 | 2 | -5/+42 | |
| | ||||||
* | Correctly detect if a bgpd is running by removing grep spurious lines. | Ermal Luçi | 2009-10-04 | 1 | -1/+1 | |
| | ||||||
* | When you add/modify neighbor which does not belong to any group you get ↵ | Scott Ullrich | 2009-08-16 | 1 | -2/+0 | |
| | | | | excessive } in bgpd.conf after neighbor{} block. | |||||
* | Move brace to correct location | Scott Ullrich | 2009-08-15 | 1 | -4/+4 | |
| | ||||||
* | Allow a neighbor when no groups are defined. Submitted-by: ↵ | sullrich | 2009-08-05 | 2 | -2/+6 | |
| | | | | Evgeny.Yurchenko_AT_frontline.ca | |||||
* | Add missing file | Scott Ullrich | 2009-07-24 | 1 | -0/+92 | |
| | ||||||
* | Fix tab selection | Scott Ullrich | 2009-07-02 | 1 | -1/+1 | |
| | ||||||
* | Adding "RAW Configuration" support which bypasses the GUI and uses the raw file. | Scott Ullrich | 2009-06-30 | 5 | -93/+134 | |
| | | | | Submitted-by: Aarno Aukia (aarnoaukia_AT_gmail.com) | |||||
* | Remove md5 signature. The FreeBSD package currently does not support it :( | Scott Ullrich | 2009-06-18 | 1 | -12/+0 | |
| | ||||||
* | Nuke refresh. Partial feed will make you wish that it did not refresh. | Scott Ullrich | 2009-05-14 | 1 | -2/+0 | |
| | ||||||
* | Add tcp md5sig support | Scott Ullrich | 2009-05-14 | 2 | -0/+16 | |
| | ||||||
* | Add Status -> Services entry | Scott Ullrich | 2009-05-14 | 1 | -0/+5 | |
| | ||||||
* | Complete path to bgpd | Scott Ullrich | 2009-05-12 | 1 | -1/+1 | |
| | ||||||
* | Add -f /usr/local/etc/bgpd.conf for correctness | Scott Ullrich | 2009-05-12 | 1 | -1/+1 | |
| |