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;