aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openbgpd/openbgpd.inc
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-031-17/+23
|
* 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
|
* Show which neighbor is referencing the group.Scott Ullrich2007-10-171-2/+3
|
* Do not allow a group to be deleted when being referenced by a neighbor.Scott Ullrich2007-10-171-0/+17
|
* Stop BGPD on deinstallScott Ullrich2007-10-171-1/+2
|
* * Backout last commit, changing the text breaks the logic * Make sure that ↵Scott Ullrich2007-10-171-5/+4
| | | | we check every couple seconds for changes
* Remove " X" from innertext of select items since this is our way of telling ↵Scott Ullrich2007-10-171-0/+2
| | | | which fields need parameters.
* Do not allow user to set values for items that do not require it.Scott Ullrich2007-10-171-0/+32
|
* * Add more parameters * Handle neighbors that do not specify a group correctlyScott Ullrich2007-10-161-0/+14
|
* Correcty filtering item logicScott Ullrich2007-10-161-1/+2
|
* * Add more parameters * Add filtering policies for BGP peersScott Ullrich2007-10-161-0/+7
|
* Adding OpenBGPD package TODO: Grey out neighbor parameters for certain ↵Scott Ullrich2007-10-161-0/+122
fields TODO: Do not allow a group to be deleted when being referenced by a neighbor