yang omission mistake

This commit is contained in:
Olof hagsand 2020-03-19 20:11:34 +01:00
parent b726c5008e
commit c4b0491754

View file

@ -455,6 +455,14 @@ module clixon-config {
"Name of CLI history file. If not given, history is not saved. "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."; 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 { leaf CLICON_CLI_BUF_START {
type uint32; type uint32;
default 256; default 256;