summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-03-27 14:34:47 +0000
committerMika Havela <mika.havela@gmail.com>2008-03-27 14:34:47 +0000
commit46f9aa5ff0df7a3b05ffc36f5cc0bf263889fa9b (patch)
tree1ecda4a1dc0d30fcf09c789a805dbf3ea46aa3fe
parentb9997890f266def9882f4efd7753f1d59e458f2b (diff)
downloadacf-opennhrp-46f9aa5ff0df7a3b05ffc36f5cc0bf263889fa9b.tar.bz2
acf-opennhrp-46f9aa5ff0df7a3b05ffc36f5cc0bf263889fa9b.tar.xz
Updated the looks and added som boot informationv0.1
git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@847 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--opennhrp-model.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/opennhrp-model.lua b/opennhrp-model.lua
index 42034d9..1a95fa6 100644
--- a/opennhrp-model.lua
+++ b/opennhrp-model.lua
@@ -15,10 +15,10 @@ local type_status = {
['incomplete']="The protocol address is being resolved",
['negative']="This protocol address is not available",
['cached']="Protocol address was resolved successfully",
- ['route']="this is a dynamic shortcut",
- ['dynamic']="only in core branches, the entry is from a node that connected to us",
- ['local']="local interface address",
- ['static']="static mapping from configuration file (e.g. address of core)",
+ ['route']="This is a dynamic shortcut",
+ ['dynamic']="This entry is from a node that connected to us",
+ ['local']="Local interface address",
+ ['static']="Static mapping from configuration file (e.g. address of core)",
}
local function get_version()