aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/openbgpd/openbgpd.xml')
-rw-r--r--config/openbgpd/openbgpd.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd.xml b/config/openbgpd/openbgpd.xml
index f1130720..2d28de0f 100644
--- a/config/openbgpd/openbgpd.xml
+++ b/config/openbgpd/openbgpd.xml
@@ -132,7 +132,7 @@
<field>
<fielddescr>Listen on IP</fielddescr>
<fieldname>listenip</fieldname>
- <description>Specify the local IP address bgpd(8) should listen on.</description>
+ <description>Specify the local IP address bgpd(8) should listen on, or leave blank to bind to all IPs.</description>
<type>input</type>
</field>
@@ -166,4 +166,7 @@
<custom_php_resync_config_command>
openbgpd_install_conf();
</custom_php_resync_config_command>
+ <custom_php_validation_command>
+ bgpd_validate_input();
+ </custom_php_validation_command>
</packagegui>