aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Before creating a PHP pointer to an array, make sure the section exists.Scott Ullrich2008-02-031-6/+12
| | | | | Otherwise this will create a <blank></blank> or <blank/> entry. This BUG / practice plagues many packages. Glad we finally found the culprit.
* * Do not foreach through non-arraysScott Ullrich2008-02-032-34/+42
|
* Only iterate items if the variable is an array.Scott Ullrich2008-01-301-17/+21
|
* Ensure file is only user readableScott Ullrich2007-10-171-1/+1
|
* Ensure file is only user readableScott Ullrich2007-10-171-0/+2
|
* Note that the .conf file should not be editedScott Ullrich2007-10-171-0/+1
|
* Do not leave a stray }Scott Ullrich2007-10-171-1/+2
|
* Note that the rc file should not be editedScott Ullrich2007-10-171-3/+3
|
* Do not leave a stray }Scott Ullrich2007-10-171-2/+5
|
* Hook deinstall routines upScott Ullrich2007-10-171-0/+1
|
* Correct variable nameScott Ullrich2007-10-171-1/+1
|
* Show which neighbor is referencing the group.Scott Ullrich2007-10-172-4/+5
|
* Do not allow a group to be deleted when being referenced by a neighbor.Scott Ullrich2007-10-172-0/+22
|
* Show the BGP group in the status column screenScott Ullrich2007-10-171-0/+5
|
* Add route-reflector optionScott Ullrich2007-10-171-0/+1
|
* Add remote-as optionScott Ullrich2007-10-171-0/+1
|
* Stop BGPD on deinstallScott Ullrich2007-10-171-1/+2
|
* * Backout last commit, changing the text breaks the logic * Make sure that ↵Scott Ullrich2007-10-172-7/+5
| | | | we check every couple seconds for changes
* Remove " X" from innertext of select items since this is our way of telling ↵Scott Ullrich2007-10-172-1/+3
| | | | which fields need parameters.
* Do not allow user to set values for items that do not require it.Scott Ullrich2007-10-172-2/+36
|
* Remove accidently inserted textScott Ullrich2007-10-171-4/+1
|
* * Add more parameters * Handle neighbors that do not specify a group correctlyScott Ullrich2007-10-162-0/+19
|
* Correcty filtering item logicScott Ullrich2007-10-161-1/+2
|
* Add OpenBGPD menu itemScott Ullrich2007-10-161-0/+6
|
* * Add X to the end of parameters that require a value to be input and ↵Scott Ullrich2007-10-161-4/+4
| | | | explain what is going on.
* * Add more parameters * Add filtering policies for BGP peersScott Ullrich2007-10-162-1/+12
|
* Adding OpenBGPD package TODO: Grey out neighbor parameters for certain ↵Scott Ullrich2007-10-165-0/+709
fields TODO: Do not allow a group to be deleted when being referenced by a neighbor