summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_gateways_edit.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index d3d20cb..2e605b5 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -506,12 +506,6 @@ function monitor_change() {
echo " selected='selected'";
echo ">" . htmlspecialchars($ifacename) . "</option>";
}
- if (is_package_installed("openbgpd") == 1) {
- echo "<option value=\"bgpd\"";
- if ($pconfig['interface'] == "bgpd")
- echo " selected='selected'";
- echo ">" . gettext("Use BGPD") . "</option>";
- }
?>
</select><br/>
<span class="vexpl"><?=gettext("Choose which interface this gateway applies to."); ?></span>
OpenPOWER on IntegriCloud