diff options
author | ytti <saku@ytti.fi> | 2018-03-16 17:54:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 17:54:14 +0200 |
commit | c79be2fab92f9af56b716267f75b4d9437d14e27 (patch) | |
tree | e5cc6f83720c185db812d86306105772ad57768f /docs/Model-Notes | |
parent | 5a879372227bbacffdccab94349ec44aab47a26f (diff) | |
parent | ce0216fde8cdf562be4cc9d39aba2cf003d3c7f6 (diff) |
Merge pull request #1229 from wk/documentation-touchups
documentation touch-ups and issue #1218
Diffstat (limited to 'docs/Model-Notes')
-rw-r--r-- | docs/Model-Notes/VRP-Huawei.md | 2 |
1 files changed, 2 insertions, 0 deletions
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) |