aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a bit how it limit number of routesRenato Botelho2013-07-241-5/+3
|
* close file descriptorRenato Botelho2013-07-241-0/+2
|
* Implement ajax call for routing limit and filterRenato Botelho2013-07-241-2/+52
|
* change default limit to allRenato Botelho2013-07-241-2/+2
|
* Fix a typo s/,/./Renato Botelho2013-07-241-1/+1
|
* Remove header of routing commandRenato Botelho2013-07-241-1/+1
|
* Revert partially c3bf54d658, anchor names didn't need to be changedRenato Botelho2013-07-231-2/+2
|
* Add an ajax call to get command resultRenato Botelho2013-07-231-0/+6
|
* Add an id for each commands, define them earlier and initialize commandsRenato Botelho2013-07-231-20/+19
|
* Add limit and filter parameters to doCmdTRenato Botelho2013-07-231-2/+10
|
* Remove format piece of doCmdT and move them to showCmdTRenato Botelho2013-07-231-9/+15
|
* Remove duplicate commandRenato Botelho2013-07-231-1/+0
|
* Remove unused codeRenato Botelho2013-07-231-24/+8
|
* Fix unclosed <td>Renato Botelho2013-07-231-1/+1
|
* Fix unclosed <a>Renato Botelho2013-07-231-1/+1
|
* simplify a bit using foreachRenato Botelho2013-07-231-6/+4
|
* Remove unused functionsRenato Botelho2013-07-231-12/+0
|
* Fix indent and whitespaces, also remove an extra </table>Renato Botelho2013-07-231-52/+51
|
* Only flush the output every thousand lines. Every single line was a little ↵jim-p2013-04-181-1/+5
| | | | too often.
* Fix bgpd.conf closing a curly only when it was openedRenato Botelho2013-04-181-1/+1
|
* remove unused variableRenato Botelho2013-04-181-1/+0
|
* Fix indentRenato Botelho2013-04-181-123/+123
|
* Flush output buffer while running bgp status commands to avoid a php crashjim-p2013-04-051-0/+1
|
* Correct permission otherwise openbgpd does not startErmal2013-03-281-2/+2
|
* Correctly write config file and also properly avoid php errors with some ↵Ermal2013-03-281-22/+24
| | | | extra safety belts
* Do not make mandatory the local addr but use the listenip if local address ↵Ermal2013-03-282-2/+12
| | | | is not set to easy configuration same as was previously done with setkey
* No need anymore for the setkey commandErmal2013-03-281-32/+6
|
* Actually the md5sigkey is directly given in hex revert partially previous commitErmal2013-03-271-10/+4
|
* Correctly generate the hex value needed for md5sigkey value. Use correct ↵Ermal2013-03-271-13/+15
| | | | permissions for configuration file when generating
* Rename function to not clash with pfsense oneErmal2013-03-191-3/+3
|
* Correct descpritonErmal2013-03-151-2/+2
|
* Close the resource after doneErmal2012-11-271-0/+1
|
* Use popen here to not reach php memory limitsErmal2012-11-261-8/+3
|
* Call the direct bgpd binary to avoid a potential conflict with quagga on 2.1 ↵jim-p2012-11-261-1/+8
| | | | (unavoidable on 1.2.x/2.0.x)
* Fix constant define syntaxjim-p2012-08-241-7/+7
|
* Change up some bgpd initialization, fixes #2572jim-p2012-08-221-55/+61
|
* 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 and openbgpd config at bootup issue (use constant, php isn't ↵jim-p2012-06-151-4/+6
| | | | respecting the global in the context it's called in at boot time)
* No slashie here, too, just in casejim-p2012-06-151-1/+1
|
* Add user checks to openbgpd so it will work properly when installed from ↵jim-p2012-06-131-18/+48
| | | | pbi. Plus a couple other quick fixes.
* more text fixesChris Buechler2010-10-131-2/+2
|
* add set nexthop parameters and fix many typos in openbgpd packageChris Buechler2010-10-132-10/+15
|
* fix up textChris Buechler2010-10-131-2/+2
|
* Some cosmetic changes to OpenBGP. Submitted-By: garga on IRCjim-p2010-09-202-10/+29
|
* Add input validation for most fields. Remove broken input validation that ↵Chris Buechler2010-06-103-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 optionChris Buechler2010-06-101-2/+5
|
* Add missing </li>Scott Ullrich2010-03-061-1/+1
|
* Adding patch from Aarno Aukia which fixes duplicate bgpd processes.Scott Ullrich2010-01-311-1/+5
|
* Adding patch from Evgeny Yurchenkosullrich2009-12-122-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çi2009-10-042-12/+25
| | | | * Fix xml configuration of groups on neighbors.