diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:35:27 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:35:27 -0500 |
commit | 2ac9a4474875f588fa689e808cc809aadbf6738f (patch) | |
tree | a335c70107146e0ec20fcd24f2f4a8f7776f0683 /config/openospfd | |
parent | 37f15e408cbafcd35e61fc1f6cd1e9c636f1945d (diff) | |
download | pfsense-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')
-rw-r--r-- | config/openospfd/openospfd.xml | 12 |
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> |