From c4b0491754a3faf1932327da78c8f9763f04260f Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Thu, 19 Mar 2020 20:11:34 +0100 Subject: [PATCH] yang omission mistake --- yang/clixon/clixon-config@2020-02-22.yang | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yang/clixon/clixon-config@2020-02-22.yang b/yang/clixon/clixon-config@2020-02-22.yang index 33ec1efd..8f89aed1 100644 --- a/yang/clixon/clixon-config@2020-02-22.yang +++ b/yang/clixon/clixon-config@2020-02-22.yang @@ -455,6 +455,14 @@ module clixon-config { "Name of CLI history file. If not given, history is not saved. The number of lines is saved is given by CLICON_CLI_HIST_SIZE."; } + leaf CLICON_CLI_HIST_SIZE { + type int32; + default 300; + description + "Number of lines to save in CLI history. + Also, if CLICON_CLI_HIST_FILE is set, also the size in lines + of the saved history."; + } leaf CLICON_CLI_BUF_START { type uint32; default 256;