docker_example

This commit is contained in:
Olof Hagsand 2018-07-21 17:08:50 +00:00
parent 3a39b0361a
commit 524e7e38f0
2 changed files with 6 additions and 4 deletions

View file

@ -52,7 +52,7 @@
### Minor changes
* Updated the docker image build and changed it to build a single clixon docker image which can be found at olofhagsand/clixon.
* Updated the docker image build and changed it to build a single clixon docker image which can be found at olofhagsand/clixon. And the example at olofhagsand/clixon_example.
* Added systemd example files under example/systemd
* Changed `plugin_init()` backend return semantics: If returns NULL, _without_ calling clicon_err(), the module is disabled.
* Added util subdir, with dedicated standalone xml,json,yang and xpath parser utility test programs.