* Fixed extension/unknown problem shown in latest openconfig where other than a single space was used between the unknown identifier and string
* Removed skiplist of openconfig/yangmodels tests to inside the test
This commit is contained in:
parent
187da4dc47
commit
ab18946880
13 changed files with 62 additions and 41 deletions
|
|
@ -92,14 +92,3 @@
|
|||
* clixon-4.4
|
||||
*/
|
||||
#define STATE_ORDERED_BY_SYSTEM
|
||||
|
||||
/*! Make internal XML protocol use plain strings instead of binary header
|
||||
* Experimental
|
||||
* This is only for testing, a specific usecase is fuzzing as described in fuzz/backend
|
||||
* Note session-ids are not handled properly (a bunch of other things too)
|
||||
* This could be mitigated by sending the session-id as an attribute
|
||||
* But doing this one should probably revise/remove the code around clicon_msg_encode/decode
|
||||
* which currently is somewhat hardwired. I.e., it may be difficult to have both variants as ifdef:s
|
||||
* and you may consider replacing the old code altogether.
|
||||
*/
|
||||
#undef CLIXON_PROTO_PLAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue