32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# Main YANG module first parsed by parser (in CLICON_YANG_DIR). eg clicon.yang.
|
|
|
|
# Startup CLI mode. This should match the CLICON_MODE in your startup clispec file
|
|
CLICON_CLI_MODE routing
|
|
|
|
# Option used to construct initial yang file:
|
|
# <module>[@<revision>]
|
|
#CLICON_YANG_MODULE_MAIN ietf-ip
|
|
CLICON_YANG_MODULE_MAIN example
|
|
|
|
# Option used to construct initial yang file:
|
|
# <module>[@<revision>]
|
|
#CLICON_YANG_MODULE_REVISION 2014-06-16
|
|
|
|
# Generate code for CLI completion of existing db symbols
|
|
# CLICON_CLI_GENMODEL_COMPLETION 0
|
|
CLICON_CLI_GENMODEL_COMPLETION 1
|
|
|
|
# How to generate and show CLI syntax: VARS|ALL
|
|
# CLICON_CLI_GENMODEL_TYPE VARS
|
|
CLICON_CLI_GENMODEL_TYPE VARS
|
|
|
|
# Enabled uses "startup" configuration on boot
|
|
CLICON_USE_STARTUP_CONFIG 0
|
|
|
|
# XMLDB datastore plugin filename (see datastore/ and clixon_xml_db.[ch])
|
|
CLICON_XMLDB_PLUGIN /usr/local/lib/xmldb/text.so
|
|
#CLICON_XMLDB_PLUGIN /usr/local/lib/xmldb/keyvalue.so
|
|
|
|
# Set to 0 if you want CLI to wrap to next line.
|
|
# Set to 1 if you want CLI to scroll sideways when approaching right margin
|
|
CLICON_CLI_LINESCROLLING 0
|