aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd_neighbors.xml
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-10-04 18:31:00 +0000
committerErmal Luçi <eri@pfsense.org>2009-10-04 18:31:00 +0000
commit9fa04cd2b2e77a32bee61d5ebb64295ff05b7e8c (patch)
tree4030bdf1039466196ef69bf0ed3c1663092837ae /config/openbgpd/openbgpd_neighbors.xml
parenteee5bc4a12d04fca359b9cd8785d9942d0c45362 (diff)
downloadpfsense-packages-9fa04cd2b2e77a32bee61d5ebb64295ff05b7e8c.tar.gz
pfsense-packages-9fa04cd2b2e77a32bee61d5ebb64295ff05b7e8c.tar.bz2
pfsense-packages-9fa04cd2b2e77a32bee61d5ebb64295ff05b7e8c.zip
* Properly clean up SADB entries when uninstalling/updating policy rules.
* Fix xml configuration of groups on neighbors.
Diffstat (limited to 'config/openbgpd/openbgpd_neighbors.xml')
-rw-r--r--config/openbgpd/openbgpd_neighbors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openbgpd/openbgpd_neighbors.xml b/config/openbgpd/openbgpd_neighbors.xml
index cd2cffd9..2ab52bf0 100644
--- a/config/openbgpd/openbgpd_neighbors.xml
+++ b/config/openbgpd/openbgpd_neighbors.xml
@@ -173,7 +173,7 @@
}
$newoptions['option'][$counter]['name'] = "";
$newoptions['option'][$counter]['value'] = "";
- $pkg['fields']['field'][2]['options'] = $newoptions;
+ $pkg['fields']['field'][4]['options'] = $newoptions;
$counter = 0;
foreach($pkg['fields']['field'] as $field) {
if($field['name'] == "group") {
@@ -185,7 +185,7 @@
} else {
$newoptions['option'][0]['name'] = "";
$newoptions['option'][0]['value'] = "";
- $pkg['fields']['field'][2]['options'] =$newoptions;
+ $pkg['fields']['field'][4]['options'] =$newoptions;
}
</custom_php_command_before_form>
<custom_php_deinstall_command>