aboutsummaryrefslogtreecommitdiffstats
path: root/config/openospfd/openospfd.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-06 16:35:27 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-06 16:35:27 -0500
commit2ac9a4474875f588fa689e808cc809aadbf6738f (patch)
treea335c70107146e0ec20fcd24f2f4a8f7776f0683 /config/openospfd/openospfd.xml
parent37f15e408cbafcd35e61fc1f6cd1e9c636f1945d (diff)
downloadpfsense-packages-2ac9a4474875f588fa689e808cc809aadbf6738f.tar.gz
pfsense-packages-2ac9a4474875f588fa689e808cc809aadbf6738f.tar.bz2
pfsense-packages-2ac9a4474875f588fa689e808cc809aadbf6738f.zip
Add helpful links to wikipedia which has a great article on ospf
Diffstat (limited to 'config/openospfd/openospfd.xml')
-rw-r--r--config/openospfd/openospfd.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/config/openospfd/openospfd.xml b/config/openospfd/openospfd.xml
index 7e0713c0..a12d55dd 100644
--- a/config/openospfd/openospfd.xml
+++ b/config/openospfd/openospfd.xml
@@ -50,13 +50,21 @@
<field>
<fielddescr>Router ID</fielddescr>
<fieldname>routerid</fieldname>
- <description>Specify the Router ID.</description>
+ <description>
+ <![CDATA[
+ Specify the Router ID. This is generally your LAN IP Address. For more information on router identifiers see <a target='_new' href='http://en.wikipedia.org/wiki/Open_Shortest_Path_First'>wikipedia</a>.
+ ]]>
+ </description>
<type>input</type>
</field>
<field>
<fielddescr>Area</fielddescr>
<fieldname>area</fieldname>
- <description>OpenOSPFd area for this instance of OSPF.</description>
+ <description>
+ <![CDATA[
+ OpenOSPFd area for this instance of OSPF. For more information on Areas see <a target='_new' href='http://en.wikipedia.org/wiki/Open_Shortest_Path_First'>wikipedia</a>.
+ ]]>
+ </description>
<type>input</type>
<required/>
</field>