implement yang-patch

This commit is contained in:
Alan Yaniger 2021-07-19 13:17:10 +03:00
parent 22563ee2de
commit 0c72100a05
12 changed files with 563 additions and 5 deletions

View file

@ -52,4 +52,6 @@ int restconf_reply_send(void *req, int code, cbuf *cb, int head);
cbuf *restconf_get_indata(void *req);
#define YANG_PATCH
#endif /* _RESTCONF_API_H_ */