* Changed typo configure --with-yang-standard-installdir to `configure --with-yang-standard-dir

* Updated command-line usage of cli,netconf,backend apps in sync with clixon-docs user manual
* Documented differences between protocol stubs for external vs internal netconf
This commit is contained in:
Olof hagsand 2021-12-05 12:13:56 +01:00
parent b67fae4d61
commit 478911d0f5
11 changed files with 40 additions and 29 deletions

View file

@ -38,6 +38,7 @@ bindir = @bindir@
includedir = @includedir@
datarootdir = @datarootdir@
# Also mandatory standard YANGs (see ../mandatory)
YANG_INSTALLDIR = @YANG_INSTALLDIR@
YANGSPECS = clixon-config@2021-07-11.yang # 5.3

View file

@ -481,7 +481,7 @@ module clixon-config {
"Regexp of matching backend plugins in CLICON_BACKEND_DIR";
default "(.so)$";
}
leaf CLICON_NETCONF_DIR {
leaf CLICON_NETCONF_DIR{
type string;
description "Location of netconf (frontend) .so plugins";
}
@ -707,8 +707,7 @@ module clixon-config {
type int8;
default 0;
description
"Set CLI tab mode. This is actually a bitfield of three
combinations:
"Set CLI tab mode. This is a bitfield of three bits:
bit 1: 0: <tab> shows short info of available commands
1: <tab> has same output as <?>, ie line per command
bit 2: 0: On <tab>, select a command over a <var> if both exist

View file

@ -39,7 +39,7 @@ bindir = @bindir@
includedir = @includedir@
datarootdir = @datarootdir@
# See also YANG_INSTALLDIR for the clixon-specific yang files
# Also clixon YANGs (see ../clixon)
YANG_INSTALLDIR = @YANG_INSTALLDIR@
YANGSPECS += ietf-inet-types@2021-02-22.yang