* Only requests on the form: `<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><edit-config>...` will be accepted * All replies will be on the form: `<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">...` * Requests such as: `<rpc><edit-config>...` will not be accepted. * You can revert this behaviour (to clixon pre-4.6 behaviour) by enabling `CLICON_NAMESPACE_NETCONF_DEFAULT` * This API change is a consequence of: [copy-config's RPC cxobj parameter does not contain namespace #131](https://github.com/clicon/clixon/issues/131) |
||
|---|---|---|
| .. | ||
| clixon | ||
| mandatory | ||
| optional | ||
| Makefile.in | ||
| README.md | ||
Yang files
There are three classes of Yang files
- Clixon yang files.
- Mandatory: "Standard" yang files necessary for clixon lib/client/backend to run
- Optional: "Standard" yang files for examples and tests
The first two (clixon and mandatory) are always installed. If you want
to change where the are installed, configure with: --with-yang-installdir=DIR
The third (optional) is only installed if configure flag
--enable-optyang is set. Further, the optional yang files are
installed in --with-opt-yang-installdir=DIR if given, otherwise in
the same dir as the mandatory.