diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:38:48 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:38:48 -0500 |
commit | 0b6c287292dfee8afa167feae5a31d9d2247f97b (patch) | |
tree | 5e63c55cdb8e3532e37365cb823a853b70485a78 | |
parent | 2ac9a4474875f588fa689e808cc809aadbf6738f (diff) | |
download | pfsense-packages-0b6c287292dfee8afa167feae5a31d9d2247f97b.tar.gz pfsense-packages-0b6c287292dfee8afa167feae5a31d9d2247f97b.tar.bz2 pfsense-packages-0b6c287292dfee8afa167feae5a31d9d2247f97b.zip |
Fix RID text
-rw-r--r-- | config/openospfd/openospfd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openospfd/openospfd.xml b/config/openospfd/openospfd.xml index a12d55dd..ebf30909 100644 --- a/config/openospfd/openospfd.xml +++ b/config/openospfd/openospfd.xml @@ -52,7 +52,7 @@ <fieldname>routerid</fieldname> <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>. + Specify the Router ID. RID is the highest logical (loopback) IP address configured on a router. 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> @@ -62,7 +62,7 @@ <fieldname>area</fieldname> <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>. + 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#Area_types'>wikipedia</a>. ]]> </description> <type>input</type> |