implement yang-patch

This commit is contained in:
Alan Yaniger 2021-07-19 13:17:10 +03:00
parent e0ee365958
commit 8d2fbf39de
12 changed files with 562 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_ */