aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd_groups.xml
diff options
context:
space:
mode:
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>