summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-03-16 17:54:14 +0200
committerGitHub <noreply@github.com>2018-03-16 17:54:14 +0200
commitc79be2fab92f9af56b716267f75b4d9437d14e27 (patch)
treee5cc6f83720c185db812d86306105772ad57768f /docs
parent5a879372227bbacffdccab94349ec44aab47a26f (diff)
parentce0216fde8cdf562be4cc9d39aba2cf003d3c7f6 (diff)
Merge pull request #1229 from wk/documentation-touchups
documentation touch-ups and issue #1218
Diffstat (limited to 'docs')
-rw-r--r--docs/Creating-Models.md2
-rw-r--r--docs/Model-Notes/VRP-Huawei.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/Creating-Models.md b/docs/Creating-Models.md
index 3c343e6..d7a8155 100644
--- a/docs/Creating-Models.md
+++ b/docs/Creating-Models.md
@@ -1,4 +1,4 @@
-# Creating and Extending Oxidized Models
+# Creating and Extending Models
Oxidized supports a growing list of [operating system types](Supported-OS-Types.md). Out of the box, most model implementations collect configuration data. Some implementations also include a conservative set of additional commands that collect basic device information (device make and model, software version, licensing information, ...) which are appended to the configuration as comments.
diff --git a/docs/Model-Notes/VRP-Huawei.md b/docs/Model-Notes/VRP-Huawei.md
index e68a959..a5c0c99 100644
--- a/docs/Model-Notes/VRP-Huawei.md
+++ b/docs/Model-Notes/VRP-Huawei.md
@@ -30,4 +30,6 @@ Command 2 and 3 can be executed without issues, but 1 and 4 are only available f
Oxidized can now retrieve your configuration!
+Caveat: Some versions of VRP default to appending a timestamp prior to the output of each `display` command, which will lead to superfluous updates. The configuration statement `timestamp disable` can be used to disable this functionality. (Issue #1218)
+
Back to [Model-Notes](README.md)