diff options
Diffstat (limited to 'config/openospfd/openospfd.xml')
-rw-r--r-- | config/openospfd/openospfd.xml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/config/openospfd/openospfd.xml b/config/openospfd/openospfd.xml index 3088084c..a5bc100c 100644 --- a/config/openospfd/openospfd.xml +++ b/config/openospfd/openospfd.xml @@ -54,7 +54,7 @@ <field> <fielddescr>Update FIB (Routing table)</fielddescr> <fieldname>updatefib</fieldname> - <description>Enables the updating of the host routing table</description> + <description>Disables the updating of the host routing table(turns into stub router).</description> <type>checkbox</type> </field> <field> @@ -71,7 +71,7 @@ </field> <field> <fielddescr>Redistribute static</fielddescr> - <fieldname>resdistributestatic</fieldname> + <fieldname>redistributestatic</fieldname> <description>Enables the redistribution of static routes</description> <type>checkbox</type> </field> @@ -93,6 +93,26 @@ <description>If set to yes, decisions regarding AS-external routes are evaluated according to RFC 1583. The default is no.</description> <type>checkbox</type> </field> + <field> + <fielddescr>This rules will take precedence over any other redistribute option specified above.</fielddescr> + <fieldname>none</fieldname> + <type>rowhelper</type> + <rowhelper> + <rowhelperfield> + <fielddescr>Disable Redistribute</fielddescr> + <fieldname>redistribute</fieldname> + <description>Redistribute rules.</description> + <type>checkbox</type> + <size>20</size> + </rowhelperfield> + <rowhelperfield> + <fielddescr>Route value</fielddescr> + <fieldname>routevalue</fieldname> + <type>input</type> + <size>25</size> + </rowhelperfield> + </rowhelper> + </field> </fields> <custom_php_resync_config_command> ospfd_install_conf(); |