aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd_groups.xml
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-06-10 01:58:22 -0400
committerChris Buechler <cmb@pfsense.org>2010-06-10 01:58:22 -0400
commitc43d7a4ec17aa30de383968797b96a2c557cbd50 (patch)
treea02f7be5eda998a4ef4e779dbd73cbd01ec6a03a /config/openbgpd/openbgpd_groups.xml
parent3cadd57113a721bf41344f701d396e4964965ffb (diff)
downloadpfsense-packages-c43d7a4ec17aa30de383968797b96a2c557cbd50.tar.gz
pfsense-packages-c43d7a4ec17aa30de383968797b96a2c557cbd50.tar.bz2
pfsense-packages-c43d7a4ec17aa30de383968797b96a2c557cbd50.zip
Add input validation for most fields. Remove broken input validation that made editing groups impossible.
Still don't have input validation for parameters, nor validation ensuring groups that are in use cannot be deleted.
Diffstat (limited to 'config/openbgpd/openbgpd_groups.xml')
-rw-r--r--config/openbgpd/openbgpd_groups.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/openbgpd/openbgpd_groups.xml b/config/openbgpd/openbgpd_groups.xml
index 7f479427..f43ab466 100644
--- a/config/openbgpd/openbgpd_groups.xml
+++ b/config/openbgpd/openbgpd_groups.xml
@@ -112,8 +112,6 @@
openbgpd_install_conf();
</custom_php_resync_config_command>
<custom_php_validation_command>
- $status = check_group_usage($_POST['groupname']);
- if($status != "")
- $input_errors[] = "Sorry this group is in use by {$status} and cannot be deleted.";
+ bgpd_validate_group();
</custom_php_validation_command>
</packagegui>