clixon/apps
Olof hagsand de15b2bf80 * RESTCONF strict namespace validation of data in POST and PUT.
* Accepted:
  ```
    curl -X PUT http://localhost/restconf/data/mod:a -d {"mod:a":"x"}
  ```
  * Not accepted (must prefix "a" with module):
  ```
    curl -X PUT http://localhost/restconf/data/mod:a -d {"a":"x"}
  ```
  * Undefine `RESTCONF_NS_DATA_CHECK` in include/clixon_custom.h to disable strict check.
2019-06-10 16:15:02 +02:00
..
backend Many validation functions have changed error parameter from cbuf to xml tree. 2019-06-10 12:49:40 +02:00
cli * New clixon-config@2019-06-05.yang revision 2019-06-05 10:58:02 +02:00
netconf Many validation functions have changed error parameter from cbuf to xml tree. 2019-06-10 12:49:40 +02:00
restconf * RESTCONF strict namespace validation of data in POST and PUT. 2019-06-10 16:15:02 +02:00
Makefile.in Example makfile honors --without-restconf 2019-02-11 21:13:12 +01:00