commit | f9943645ecd3a55e2850ab6cd8f0938e6414963f | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Apr 26 10:18:21 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Apr 26 13:53:18 2021 +0200 |
tree | ec4c27f65860aeb026367d699e472b13872cfe9e | |
parent | 64b43040c70b19ac35f4b9bf8d4f1bba1a57a494 [diff] [blame] |
libyang CHANGE add LY_VALUE_LYB Add a separate value format of the LYB representation of the type. Some of the callbacks API of the type plugins was modified to reflect the need of passing generic (binary) data representation of the value.
diff --git a/src/parser_lyb.c b/src/parser_lyb.c index f588bd6..c6a2674 100644 --- a/src/parser_lyb.c +++ b/src/parser_lyb.c
@@ -456,6 +456,7 @@ *prefix_data = set; break; case LY_VALUE_JSON: + case LY_VALUE_LYB: /* nothing stored */ break; default: