Text syntax parser/loader
Leaf-list syntax using: "id [ leaf leaf ...]" syntax for output and input Variables using \n\r in text Added clixon_xvec_merge()
This commit is contained in:
parent
820ed5686b
commit
87719c623c
10 changed files with 257 additions and 66 deletions
|
|
@ -163,3 +163,10 @@
|
|||
* If not set, client will exit
|
||||
*/
|
||||
#define PROTO_RESTART_RECONNECT
|
||||
|
||||
/*! Text output keys as identifiers instead of ordinary leafs
|
||||
* Ie: list a { val 42; } If defined
|
||||
* instead of list { keyname a; val 42; } If undefined
|
||||
* Problem is, Parser is YANG unaware therefore doe not know "keyname"
|
||||
*/
|
||||
#undef TEXT_LIST_KEYS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue