aboutsummaryrefslogtreecommitdiffstats
path: root/config/quagga_ospfd/quagga_ospfd.xml
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2012-05-28 20:07:34 -0700
committerChris Buechler <cmb@pfsense.org>2012-05-28 20:07:34 -0700
commitb61fc7948326cd808bf1357a8a530880224ec62c (patch)
tree09f90ec3454996e81b4c3a48c42d3a1d1c83d7d6 /config/quagga_ospfd/quagga_ospfd.xml
parent3864c8951c23d691101b18911bb5e76d603e4d1b (diff)
parentfc5bf06ee85e1783eed5a570c4d2c5eb47adc936 (diff)
downloadpfsense-packages-b61fc7948326cd808bf1357a8a530880224ec62c.tar.gz
pfsense-packages-b61fc7948326cd808bf1357a8a530880224ec62c.tar.bz2
pfsense-packages-b61fc7948326cd808bf1357a8a530880224ec62c.zip
Merge pull request #253 from grangej/master
Added ability to set multiple areas in Quagga_OSPFD
Diffstat (limited to 'config/quagga_ospfd/quagga_ospfd.xml')
-rw-r--r--config/quagga_ospfd/quagga_ospfd.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/quagga_ospfd/quagga_ospfd.xml b/config/quagga_ospfd/quagga_ospfd.xml
index 3e76c4e4..7989b855 100644
--- a/config/quagga_ospfd/quagga_ospfd.xml
+++ b/config/quagga_ospfd/quagga_ospfd.xml
@@ -122,10 +122,17 @@
<field>
<fielddescr>Redistribute static</fielddescr>
<fieldname>redistributestatic</fieldname>
- <description>Enables the redistribution of static routes</description>
+ <description>Enables the redistribution of static routes (only works if you are using quagga static routes)</description>
<type>checkbox</type>
</field>
<field>
+ <fielddescr>Redistribute Kernel</fielddescr>
+ <fieldname>redistributekernel</fieldname>
+ <description>Enables the redistribution of kernel routing table (this is required if using pfsense static routes)</description>
+ <type>checkbox</type>
+ </field>
+
+ <field>
<fielddescr>SPF Hold Time</fielddescr>
<fieldname>spfholdtime</fieldname>
<description>Set the SPF holdtime in MILLIseconds. The minimum time between two consecutive shortest path first calculations. The default value is 5 seconds; the valid range is 1-5 seconds.</description>
@@ -161,6 +168,12 @@
<type>input</type>
<size>25</size>
</rowhelperfield>
+ <rowhelperfield>
+ <fielddescr>Area ID</fielddescr>
+ <fieldname>routearea</fieldname>
+ <type>input</type>
+ <size>10</size>
+ </rowhelperfield>
</rowhelper>
</field>
</fields>