summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opennhrp-model.lua17
1 files changed, 10 insertions, 7 deletions
diff --git a/opennhrp-model.lua b/opennhrp-model.lua
index 753bf0f..e8f43ca 100644
--- a/opennhrp-model.lua
+++ b/opennhrp-model.lua
@@ -14,13 +14,16 @@ local config, configfilecontent
local descr = {
Type = {
- ['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']="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)",
+ ['incomplete'] = "Resolution in progress",
+ ['negative'] = "Address not routable",
+ ['cached'] = "Discovered node",
+ ['shortcut-route'] = "Discovered subnet",
+ ['dynamic'] = "Registered leaf node",
+ ['dynamic-nhs'] = "Discovered core router",
+ ['static'] = "Static core router",
+ ['dynamic-map'] = "Core router cluster",
+ ['local-route'] = "Local subnet"
+ ['local'] = "Local address",
},
Flags= {
-- ['up']="Connection is fully usable",